Polly by: Michael Wolfenden, App vNext
  • 23 total downloads
  • Latest version: 8.6.5
  • Polly Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Fallback Timeout Throttle
Polly is a .NET resilience and transient-fault-handling library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Polly.Core by: Michael Wolfenden, App vNext
  • 42 total downloads
  • Latest version: 8.6.5
  • Polly Simmy Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Chaos ChaosEngineering Retry Wait Fallback Timeout Parallelization Hedging
Polly.Core is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Chaos and Fallback in a fluent and thread-safe manner.
Polly.Extensions by: Michael Wolfenden, App vNext
  • 33 total downloads
  • Latest version: 8.6.4
  • Polly Exception Handling Resilience Transient Fault Policy DI DependencyInjection IOC InversionOfControl Metrics Observability Telemetry
Polly.Extensions adds support for dependency injection and telemetry for the Polly.Core library.
Polly.Extensions.Http by: App vNext
  • 6 total downloads
  • Latest version: 3.0.0
  • HttpClient HttpClientFactory Exception Handling Resilience Transient Fault Policy
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
Polly.RateLimiting by: Michael Wolfenden, App vNext
  • 27 total downloads
  • Latest version: 8.4.2
  • Polly Exception Handling Resilience Transient Fault Policy Wait Bulkhead Rate-limit Throttle Hedging
Polly.RateLimiting is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies using a Rate Limiter in a fluent and thread-safe manner.
Portable.BouncyCastle by: Claire Novotny
  • 8 total downloads
  • Latest version: 1.9.0
  • bouncycastle cryptography encryption security
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0
PrettyId by: Joel Christner
  • 6 total downloads
  • Latest version: 1.0.5
  • pretty id guid identifier stripe database key access secret generate generator
Simple static method for generating IDs like those used by Stripe and other services
Pulumi by: Pulumi
  • 1 total downloads
  • Latest version: 3.96.1
The Pulumi .NET SDK lets you write cloud programs in C#, F#, and VB.NET.
QRCoder by: Raffael Herrmann, Shane Krueger
  • 8 total downloads
  • Latest version: 1.7.0
  • c# csharp qr qrcoder qrcode qr-generator qr-code-generator
QRCoder is a simple library, written in C#.NET, which enables you to create QR codes.
RestWrapper by: Joel Christner
  • 6 total downloads
  • Latest version: 3.1.4
  • rest restful api http https client httpclient request response webrequest webresponse client json
Simple, easy HTTP REST API client for integrating and consuming services in C#.
runtime.linux-x64.Microsoft.DotNet.ILCompiler by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.1
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides a native AOT compiler and runtime for .NET
S3Lite by: Joel Christner
  • 10 total downloads
  • Latest version: 1.0.8
  • aws s3 client
Lightweight Amazon S3 client without all the heft and dependency drag of the official library.
Semver by: Jeff Walker, Max Hauser
  • 5 total downloads
  • Latest version: 3.0.0
  • semver,semantic,version,versioning
A semantic version library fully compliant with v2.0.0 of the spec found at http://semver.org.
SharpZipLib by: ICSharpCode
  • 6 total downloads
  • Latest version: 1.4.2
  • Compression Library Zip GZip BZip2 LZW Tar
SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)
Snappier by: btburnett3
  • 5 total downloads
  • Latest version: 1.2.0
  • snappy compression fast io
A near-C++ performance implementation of the Snappy compression algorithm for .NET. Snappier is ported to C# directly from the official C++ implementation, with the addition of support for the framed stream format. By avoiding P/Invoke, Snappier is fully cross-platform and works on both Linux and Windows and against any CPU supported by .NET. However, Snappier performs best in .NET 6 and later on little-endian x86/64 processors with the help of System.Runtime.Instrinsics.
SSH.NET by: Renci
  • 6 total downloads
  • Latest version: 2025.1.0
  • ssh scp sftp
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
StreamJsonRpc by: Microsoft
  • 5 total downloads
  • Latest version: 2.22.23
  • visualstudio stream json rpc jsonrpc
A cross-platform .NETStandard library that implements the JSON-RPC wire protocol and can use System.IO.Stream, System.IO.Pipelines or WebSocket so you can use it with any transport.
System.ClientModel by: Microsoft
  • 6 total downloads
  • Latest version: 1.6.1
Contains building blocks for clients that call cloud services.
System.CodeDom by: Microsoft
  • 4 total downloads
  • Latest version: 7.0.0
Provides types that can be used to model the structure of a source code document and to output source code for that model in a supported language. Commonly Used Types: System.CodeDom.CodeObject System.CodeDom.Compiler.CodeDomProvider Microsoft.CSharp.CSharpCodeProvider Microsoft.VisualBasic.VBCodeProvider
System.ComponentModel.Annotations by: Microsoft
  • 6 total downloads
  • Latest version: 5.0.0
Provides attributes that are used to define metadata for objects used as data sources. Commonly Used Types: System.ComponentModel.DataAnnotations.ValidationResult System.ComponentModel.DataAnnotations.IValidatableObject System.ComponentModel.DataAnnotations.ValidationAttribute System.ComponentModel.DataAnnotations.RequiredAttribute System.ComponentModel.DataAnnotations.StringLengthAttribute System.ComponentModel.DataAnnotations.DisplayAttribute System.ComponentModel.DataAnnotations.RegularExpressionAttribute System.ComponentModel.DataAnnotations.DataTypeAttribute System.ComponentModel.DataAnnotations.RangeAttribute System.ComponentModel.DataAnnotations.KeyAttribute When using NuGet 3.x this package requires at least version 3.4.