Humanizer.Core by: Mehdi Khalili Claire Novotny
  • 173 total downloads
  • Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
HotChocolate by: ChilliCream authors and contributors
  • 592 total downloads
  • Latest version: 13.9.15
  • GraphQL ChilliCream
Contains the Hot Chocolate GraphQL query execution engine and query validation.
K4os.Hash.xxHash by: Milosz Krajewski
  • 16 total downloads
  • Latest version: 1.0.7
  • hash xxHash
xxHash hash implementation for .NET
K4os.Compression.LZ4.Streams by: Milosz Krajewski
  • 61 total downloads
  • Latest version: 1.2.16
  • compression lz4 stream
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4 by: Milosz Krajewski
  • 77 total downloads
  • Latest version: 1.2.16
  • compression lz4
Port of LZ4 compression algorithm for .NET
Iced by: iced project and contributors <https://github.com/icedland>
  • 162 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
Grpc.Net.Client by: The gRPC Authors
  • 591 total downloads
  • Latest version: 2.71.0
  • gRPC RPC HTTP/2
.NET client for gRPC
Hangfire.InMemory by: Sergey Odinokov
  • 59 total downloads
  • Latest version: 0.3.7
  • Hangfire Storage In-Memory
In-memory job storage for Hangfire with transactional implementation.
jnm2.ReferenceAssemblies.net35 by: Microsoft
  • 13 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>
Grpc.Net.Common by: The gRPC Authors
  • 674 total downloads
  • Latest version: 2.71.0
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
Grpc.Core.Api by: The gRPC Authors
  • 844 total downloads
  • Latest version: 2.71.0
  • gRPC RPC HTTP/2
gRPC C# Surface API
JetBrains.Annotations by: JetBrains
  • 335 total downloads
  • Latest version: 2025.2.2
  • 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.
IndexRange by: Bradley Grainger
  • 32 total downloads
  • Latest version: 1.1.0
  • Index System.Index Range System.Range C#8
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
Grpc.Core by: The gRPC Authors
  • 735 total downloads
  • Latest version: 2.46.6
  • gRPC RPC HTTP/2
C# implementation of gRPC based on native gRPC C-core library. Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.
Hangfire.Core by: Sergey Odinokov
  • 514 total downloads
  • Latest version: 1.7.37
  • Hangfire OWIN Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks inside ASP.NET applications. No Windows Service / Task Scheduler required. Even ASP.NET is not required. Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery. https://www.hangfire.io/
Hangfire.PostgreSql by: Frank Hommers
  • 19 total downloads
  • Latest version: 1.3.4
  • Hangfire PostgreSql Postgres
PostgreSql storage implementation for Hangfire (background job system for ASP.NET applications).
ImTools by: Maksim Volkau
  • 52 total downloads
  • Latest version: 5.0.0-preview-01
  • FP Performance Simple Functional Immutable Persistent Map Avl 2-3Tree Self Balanced Tree Dictionary Thread-safe Atomic Ref Algebraic Discriminated Union SumType
Fast and space efficient immutable collections, hash maps, and utilities for performant programming in C#. Split from the DryIoc: https://github.com/dadhi/DryIoc
ImTools.dll by: Maksim Volkau
  • 51 total downloads
  • Latest version: 5.0.0-preview-01
  • FP Performance Simple Functional Immutable Persistent Map Avl 2-3Tree Self Balanced Tree Dictionary Thread-safe Functional Atomic Ref Algebraic Discriminated Union SumType
Fast and space efficient immutable collections, hash maps, and utilities for performant programming in C#. Split from the DryIoc: https://github.com/dadhi/DryIoc
KRE-CLR-x86 by: Microsoft
  • 8 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86 by: Microsoft
  • 8 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86