Iced by: iced project and contributors <https://github.com/icedland>
  • 325 total downloads
  • Latest version: 1.21.0
  • disassembler x86 x64 assembler encoder decoder formatter
iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#. - 👍 Supports all Intel and AMD instructions - 👍 Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed - 👍 100% C# code - 👍 The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output - 👍 The decoder decodes >130 MB/s - 👍 Small decoded instructions, only 40 bytes and the decoder doesn't allocate any memory - 👍 Create instructions with code assembler, eg. `asm.mov(eax, edx)` - 👍 The encoder can be used to re-encode decoded instructions at any address - 👍 API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, control flow info, etc - 👍 Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+` - 👍 License: MIT
IdentityModel by: Dominick Baier Brock Allen
  • 211 total downloads
  • Latest version: 2.5.0
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
OpenID Connect & OAuth 2.0 client library
IdentityModel.AspNet.ScopeValidation by: Dominick Baier Brock Allen
  • 16 total downloads
  • Latest version: 1.0.0-beta1
  • OAuth2 OAuth 2.0 Scope Security Identity IdentityServer
ASP.NET 5 Middleware for validating scope claims
IdentityModel.AspNetCore.OAuth2Introspection by: Dominick Baier Brock Allen
  • 70 total downloads
  • Latest version: 1.0.0-beta9
  • OAuth2 OAuth 2.0 Introspection Security Identity IdentityServer
ASP.NET Core Middleware for validating tokens using OAuth 2.0 introspection
IdentityModel.OidcClient by: Dominick Baier Brock Allen
  • 87 total downloads
  • Latest version: 1.7.0
  • OAuth2 OIDC OpenID Connect JWT Tokens Federation API Authorization
OpenID Connect Client Library for Native Applications
IdentityServer4 by: Brock Allen Dominick Baier
  • 15 total downloads
  • Latest version: 1.0.0-beta3
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
IndexRange by: Bradley Grainger
  • 55 total downloads
  • Latest version: 1.1.1
  • Index System.Index Range System.Range C#8
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
IPAddressRange by: J.Sakamoto
  • 412 total downloads
  • Latest version: 4.0.0
  • IPAddress
This library allows you to parse range of IP address string such as "192.168.0.0/24" and "192.168.0.0/255.255.255.0" and "192.168.0.0-192.168.0.255", and can conatins check. This library supports both IPv4 and IPv6.
Jaeger by: Chatham Financial Corp. and The Jaeger Authors
  • 147 total downloads
  • Latest version: 1.0.3
Jaeger .NET Tracing
JetBrains.Annotations by: JetBrains
  • 638 total downloads
  • Latest version: 2026.2.0
  • jetbrains resharper rider annotations canbenull notnull
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
jQuery by: jQuery Foundation Inc.
  • 928 total downloads
  • Latest version: 3.7.1
  • jQuery
jQuery is a new kind of JavaScript Library. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
jQuery.Validation by: Jörn Zaefferer
  • 335 total downloads
  • Latest version: 1.21.0
  • jQuery plugins
This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. All bundled methods come with default error messages in english and translations into 32 languages. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
K4os.Compression.LZ4 by: Milosz Krajewski
  • 126 total downloads
  • Latest version: 1.2.16
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Streams by: Milosz Krajewski
  • 117 total downloads
  • Latest version: 1.2.16
  • compression lz4 stream
Port of LZ4 compression algorithm for .NET
K4os.Hash.xxHash by: Milosz Krajewski
  • 21 total downloads
  • Latest version: 1.0.7
  • hash xxHash
xxHash hash implementation for .NET
KirkFody by: Kirk Woll
  • 9 total downloads
  • Latest version: 2.0.1
  • ILWeaving Fody Cecil AOP
Extensible tool for weaving .net assemblies.
KRE-CLR-x86 by: Microsoft
  • 30 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86 by: Microsoft
  • 27 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
Libuv by: Libuv
  • 89 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
LinqBridge by: Atif Aziz
  • 23 total downloads
  • Latest version: 1.3.0
  • linq
With Visual Studio's multi-targeting and LINQBridge, you can write LINQ to Objects (local) queries using the full power of the C# 3.0 compiler and yet create programs that require only Microsoft .NET Framework 2.0. LINQBridge is a re-implementation of all the standard query operators introduced with Microsoft .NET Framework 3.5's System.Linq.Enumerable class.