FluentAssertions by: Dennis Doomen, Jonas Nyrup, Xceed
  • 369 total downloads
  • Latest version: 8.7.1
  • MSTest2 xUnit NUnit MSpec TUnit TDD BDD Fluent netstandard uwp
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Works with .NET Standard 2.0 and higher, .NET Framework 4.7 and higher and .NET 6 and higher. Supports the unit test frameworks MSTest2, NUnit3, NUnit4, XUnit2, XUnit3, MSpec and TUnit. IMPORTANT: This version is free for open-source projects and non-commercial use, but commercial use requires [a paid license](https://xceed.com/products/unit-testing/fluent-assertions/). Check out the [license page](LICENSE) for more information.
FluentValidation by: Jeremy Skinner
  • 130 total downloads
  • Latest version: 11.11.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
Fractions by: Daniel Mueller
  • 24 total downloads
  • Latest version: 8.3.2
  • fraction math
The fraction data type consists of two BigInteger values for numerator and denominator. It implements various operations (addition, subtraction, multiplication, division and remainder) with operator overloads.
Google.Protobuf by: Google Inc.
  • 80 total downloads
  • Latest version: 3.33.2
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
Grafana.OpenTelemetry by: Grafana Labs
  • 24 total downloads
  • Latest version: 1.3.0
  • OpenTelemetry Grafana Metrics Logs Traces Observability Monitoring
Full Grafana distribution of OpenTelemetry .NET
Grafana.OpenTelemetry.Base by: Grafana Labs
  • 26 total downloads
  • Latest version: 1.3.0
  • OpenTelemetry Grafana Metrics Logs Traces Observability Monitoring
Minimal Grafana distribution of OpenTelemetry .NET
Grpc by: The gRPC Authors
  • 76 total downloads
  • Latest version: 2.46.5
  • gRPC RPC HTTP/2
Metapackage for gRPC C#
Grpc.AspNetCore by: The gRPC Authors
  • 92 total downloads
  • Latest version: 2.76.0-pre1
  • gRPC RPC HTTP/2 aspnetcore
gRPC meta-package for ASP.NET Core
Grpc.AspNetCore.Server by: The gRPC Authors
  • 94 total downloads
  • Latest version: 2.76.0-pre1
  • gRPC RPC HTTP/2 aspnetcore
gRPC support for ASP.NET Core
Grpc.AspNetCore.Server.ClientFactory by: The gRPC Authors
  • 94 total downloads
  • Latest version: 2.76.0-pre1
  • gRPC RPC HTTP/2 aspnetcore
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
Grpc.Core by: Google Inc.
  • 6 total downloads
  • Latest version: 0.13.1
  • gRPC RPC Protocol HTTP/2
Core C# implementation of gRPC - an RPC library and framework. See project site for more info.
Grpc.Core.Api by: The gRPC Authors
  • 76 total downloads
  • Latest version: 2.76.0-pre1
  • gRPC RPC HTTP/2
gRPC C# Surface API
Grpc.Net.Client by: The gRPC Authors
  • 74 total downloads
  • Latest version: 2.71.0
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.ClientFactory by: The gRPC Authors
  • 63 total downloads
  • Latest version: 2.76.0-pre1
  • gRPC RPC HTTP/2
HttpClientFactory integration the for gRPC .NET client
Grpc.Net.Common by: The gRPC Authors
  • 80 total downloads
  • Latest version: 2.76.0-pre1
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
Grpc.Tools by: The gRPC Authors
  • 43 total downloads
  • Latest version: 2.72.0
  • gRPC RPC HTTP/2
gRPC and Protocol Buffer compiler for C# projects
Hangfire.AspNetCore by: Sergey Odinokov
  • 93 total downloads
  • Latest version: 1.8.21
  • hangfire aspnetcore
ASP.NET Core support for Hangfire, a background job framework for .NET applications.
Hangfire.Core by: Sergey Odinokov
  • 74 total downloads
  • Latest version: 1.8.16
  • 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 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.MemoryStorage by: PERRICHOT Florian
  • 23 total downloads
  • Latest version: 1.8.1.1
  • Hangfire Storage
A memory storage for Hangfire
Hangfire.NetCore by: Sergey Odinokov
  • 33 total downloads
  • Latest version: 1.8.22
  • hangfire netcore
.NET Core's Worker Service host support for Hangfire, a background job framework for .NET applications.