Humanizer.Core
by: Mehdi Khalili Claire Novotny
- 311 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.125k total downloads
- Latest version: 13.9.16
Contains the Hot Chocolate GraphQL query execution engine and query validation.
Grpc.Net.Client
by: The gRPC Authors
- 1.219k total downloads
- Latest version: 2.80.0
.NET client for gRPC
HotChocolate.Utilities
by: ChilliCream authors and contributors
- 401 total downloads
- Latest version: 10.5.5
Contains internal helper classees and untilities used by the Hot Chocolate GraphQL type system and the GraphQL query execution engine.
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 32 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>
HotChocolate.Subscriptions.InMemory
by: ChilliCream authors and contributors
- 148 total downloads
- Latest version: 0.6.11
This package provides a in-memory subscription provider.
Grpc.Net.Common
by: The gRPC Authors
- 1.287k total downloads
- Latest version: 2.80.0
Infrastructure for common functionality in gRPC
HotChocolate.Subscriptions
by: ChilliCream authors and contributors
- 136 total downloads
- Latest version: 0.6.11
The hot chocolate GraphQL subscriptions abstractions.
Grpc.Core.Api
by: The gRPC Authors
- 1.537k total downloads
- Latest version: 2.80.0
gRPC C# Surface API
JetBrains.Annotations
by: JetBrains
- 562 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.
Grpc.Core
by: The gRPC Authors
- 1.472k 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.044k total downloads
- Latest version: 2.80.0
gRPC C# Authentication Library
HotChocolate.Abstractions
by: ChilliCream authors and contributors
- 392 total downloads
- Latest version: 0.6.11
Package Description
HotChocolate.Runtime
by: ChilliCream authors and contributors
- 255 total downloads
- Latest version: 9.0.4
Package Description
HotChocolate.Language
by: ChilliCream authors and contributors
- 791 total downloads
- Latest version: 10.5.5
Contains the Hot Chocolate GraphQL parser and lexer. Also included are syntax visitor and syntax rewriter base classes.
Hangfire.Core
by: Sergey Odinokov
- 928 total downloads
- Latest version: 1.8.23
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
- 992 total downloads
- Latest version: 1.8.23
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) Ben Herila (bherila) Vytautas Kasparavičius (vytautask)
- 57 total downloads
- Latest version: 1.4.8.2
PostgreSql storage implementation for Hangfire (background job system for ASP.NET applications).
Hangfire.NetCore
by: Sergey Odinokov
- 200 total downloads
- Latest version: 1.8.23
.NET Core's Worker Service host support for Hangfire, a background job framework for .NET applications.
ImTools.dll
by: Maksim Volkau
- 97 total downloads
- Latest version: 2.1.0
Immutable persistent collections, algebraic sum-type aka descriminated union, Ref type and supportive extensions for performant functional programming in C#.
Split from the DryIoc: https://github.com/dadhi/DryIoc