Humanizer.Core
by: Claire Novotny Mehdi Khalili
- 450 total downloads
- Latest version: 3.0.10
Humanizer core package that contains the library and the neutral language (English) resources
HotChocolate.Validation
by: ChilliCream authors and contributors
- 1.948k total downloads
- Latest version: 14.4.0-p.10
Package Description
K4os.Hash.xxHash
by: Milosz Krajewski
- 95 total downloads
- Latest version: 1.0.8
xxHash hash implementation for .NET
K4os.Compression.LZ4.Streams
by: Milosz Krajewski
- 364 total downloads
- Latest version: 1.3.8
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4
by: Milosz Krajewski
- 446 total downloads
- Latest version: 1.3.8
Port of LZ4 compression algorithm for .NET
KubernetesClient.Models
by: The Kubernetes Project Authors
- 387 total downloads
- Latest version: 12.0.16
Client library for the Kubernetes open source container orchestrator.
IdentityModel
by: Dominick Baier Brock Allen
- 14 total downloads
- Latest version: 5.2.0
OpenID Connect & OAuth 2.0 client library
Iced
by: iced project and contributors <https://github.com/icedland>
- 425 total downloads
- Latest version: 1.21.0
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
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 38 total downloads
- Latest version: 1.0.1
A community answer to Microsoft’s decision to single out net35 by excluding it from the https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/ package.
This package provides the .NET Framework 3.5 reference assemblies so that net35 projects can be built using the dotnet CLI.
Example project that targets multiple frameworks:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard2.0;netcoreapp3.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" />
</ItemGroup>
</Project>
JetBrains.Annotations
by: JetBrains
- 785 total downloads
- Latest version: 2026.2.0
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.
Libuv
by: Libuv
- 87 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
IndexRange
by: Bradley Grainger
- 83 total downloads
- Latest version: 1.1.1
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
HotChocolate.Utilities.Introspection
by: ChilliCream authors and contributors
- 1.337k total downloads
- Latest version: 14.3.1
Contains an introspection client to download a GraphQL schema over HTTP.
LinqBridge
by: Atif Aziz
- 15 total downloads
- Latest version: 1.3.0
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.
ImTools
by: Maksim Volkau
- 164 total downloads
- Latest version: 5.0.0-preview-01
Fast and space efficient immutable collections, hash maps, and utilities for performant programming in C#.
Split from the DryIoc: https://github.com/dadhi/DryIoc
LamarCompiler
by: Jeremy D. Miller
- 481 total downloads
- Latest version: 6.3.0
Runtime Roslyn Compilation and Code Generation Chicanery
ImTools.dll
by: Maksim Volkau
- 162 total downloads
- Latest version: 5.0.0-preview-01
Fast and space efficient immutable collections, hash maps, and utilities for performant programming in C#.
Split from the DryIoc: https://github.com/dadhi/DryIoc
LamarCodeGeneration
by: Jeremy D. Miller
- 546 total downloads
- Latest version: 6.3.0
Code Generation Chicanery for .Net
KRE-CLR-x86
by: Microsoft
- 23 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86
by: Microsoft
- 24 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86