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
Contains the Hot Chocolate GraphQL query execution engine and query validation.
K4os.Compression.LZ4.Streams
by: Milosz Krajewski
- 61 total downloads
- Latest version: 1.2.16
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4
by: Milosz Krajewski
- 77 total downloads
- Latest version: 1.2.16
Port of LZ4 compression algorithm for .NET
Iced
by: iced project and contributors <https://github.com/icedland>
- 163 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
- 593 total downloads
- Latest version: 2.71.0
.NET client for gRPC
Hangfire.InMemory
by: Sergey Odinokov
- 153 total downloads
- Latest version: 1.0.0
In-memory job storage for Hangfire with an efficient 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
Infrastructure for common functionality in gRPC
JetBrains.Annotations
by: JetBrains
- 344 total downloads
- Latest version: 2025.2.4
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
- 33 total downloads
- Latest version: 1.1.0
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
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
- 1.143k total downloads
- Latest version: 2.71.0
gRPC C# Authentication Library
Hangfire.Core
by: Sergey Odinokov
- 599 total downloads
- Latest version: 1.8.22
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
- 357 total downloads
- Latest version: 1.8.22
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).
- 75 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
- 79 total downloads
- Latest version: 1.8.22
.NET Core's Worker Service host support for Hangfire, a background job framework for .NET applications.
ImTools
by: Maksim Volkau
- 52 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
- 51 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