Humanizer.Core
by: Mehdi Khalili Claire Novotny
- 351 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
- 1.295k total downloads
- Latest version: 13.9.16
Contains the Hot Chocolate GraphQL query execution engine and query validation.
K4os.Compression.LZ4
by: Milosz Krajewski
- 166 total downloads
- Latest version: 1.2.16
Port of LZ4 compression algorithm for .NET
Google.Protobuf
by: Google Inc.
- 2.619k total downloads
- Latest version: 3.35.1
C# runtime library for Protocol Buffers - Google's data interchange format.
Iced
by: iced project and contributors <https://github.com/icedland>
- 336 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
Grpc.Net.Client
by: The gRPC Authors
- 1.424k total downloads
- Latest version: 2.80.0
.NET client for gRPC
Hangfire.InMemory
by: Sergey Odinokov
- 333 total downloads
- Latest version: 1.0.0
In-memory job storage for Hangfire with an efficient implementation.
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>
Grpc.Net.Common
by: The gRPC Authors
- 1.479k total downloads
- Latest version: 2.80.0
Infrastructure for common functionality in gRPC
Grpc.Core.Api
by: The gRPC Authors
- 1.781k total downloads
- Latest version: 2.80.0
gRPC C# Surface API
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.
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.
Grpc.Core
by: The gRPC Authors
- 1.89k total downloads
- Latest version: 2.46.6
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.
Grpc.Auth
by: The gRPC Authors
- 2.608k total downloads
- Latest version: 2.80.0
gRPC C# Authentication Library
Hangfire.Core
by: Sergey Odinokov
- 1.704k total downloads
- Latest version: 1.8.25
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks in .NET applications. No Windows Service / Task Scheduler 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.AspNetCore
by: Sergey Odinokov
- 1.176k total downloads
- Latest version: 1.8.25
ASP.NET Core support for Hangfire, a background job framework for .NET applications.
Hangfire.PostgreSql
by: Frank Hommers and others (Burhan Irmikci (barhun) Zachary Sims(zsims) kgamecarter Stafford Williams (staff0rd) briangweber Viktor Svyatokha (ahydrax) Christopher Dresel (Dresel) Vytautas Kasparavičius (vytautask) Vincent Vrijburg David Roth (davidroth).
- 271 total downloads
- Latest version: 1.6.4.2
PostgreSql storage implementation for Hangfire (background job system for ASP.NET and aspnet core applications).
Hangfire.NetCore
by: Sergey Odinokov
- 246 total downloads
- Latest version: 1.8.25
.NET Core's Worker Service host support for Hangfire, a background job framework for .NET applications.
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
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