Polly by: Michael Wolfenden App vNext
  • 840 total downloads
  • Latest version: 7.0.3
  • Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Fallback Timeout Throttle Parallelization
Polly is a .NET Standard 1.1 and .NET Standard 2.0 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.
RabbitMQ.Client by: RabbitMQ.Client
  • 849 total downloads
  • Latest version: 5.0.1
  • RabbitMQ
The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)
RazorEngine by: Matthew Abbott Ben Dornis Matthias Dittrich
  • 751 total downloads
  • Latest version: 3.10.0
  • C# razor template engine programming
RazorEngine - A Templating Engine based on the Razor parser.
Rebus by: mookid8000
  • 4.201k total downloads
  • Latest version: 5.0.0
  • rebus queue messaging service bus
Package Description
Rebus.Autofac by: mookid8000
  • 618 total downloads
  • Latest version: 5.2.0
  • rebus autofac ioc dependency-injection
Package Description
Rebus.NLog by: mookid8000
  • 457 total downloads
  • Latest version: 5.0.0
  • rebus wire serialization
Package Description
SharpZipLib by: http://www.icsharpcode.net/
  • 540 total downloads
  • Latest version: 0.86.0
#ziplib (SharpZipLib, formerly NZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language).
SlowCheetah by: Sayed Ibrahim Hashimi
  • 480 total downloads
  • Latest version: 2.5.48
  • SlowCheetah slow cheetah XML Transform XDT web.config app.config
Allows for configuration based XML transformations at build time.
SlowCheetah.Xdt by: Sayed Ibrahim Hashimi
  • 467 total downloads
  • Latest version: 1.1.1
  • XDT web.config transform xml web.config SlowCheetah Slow Cheetah Visual Studio
This package contains extensions for XDT (XML Document Transforms). Included here is an MSBuild task as well as other extensions.
System.Buffers by: Microsoft
  • 11.783k total downloads
  • Latest version: 4.4.0
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently. Commonly Used Types: System.Buffers.ArrayPool<T> 8321c729934c0f8be754953439b88e6e1c120c24 When using NuGet 3.x this package requires at least version 3.4.
System.Diagnostics.DiagnosticSource by: Microsoft
  • 9.156k total downloads
  • Latest version: 4.5.0
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools) Commonly Used Types: System.Diagnostics.DiagnosticListener System.Diagnostics.DiagnosticSource 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
System.Memory by: Microsoft
  • 11.632k total downloads
  • Latest version: 4.5.1
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments. Commonly Used Types: System.Span System.ReadOnlySpan System.Memory System.ReadOnlyMemory System.Buffers.MemoryPool System.Buffers.ReadOnlySequence System.Buffers.Text.Utf8Parser System.Buffers.Text.Utf8Formatter 7ee84596d92e178bce54c986df31ccc52479e772 When using NuGet 3.x this package requires at least version 3.4.
System.Net.Http by: Microsoft
  • 632 total downloads
  • Latest version: 4.3.3
Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services over HTTP and HTTP components that can be used by both clients and servers for parsing HTTP headers. Commonly Used Types: System.Net.Http.HttpResponseMessage System.Net.Http.DelegatingHandler System.Net.Http.HttpRequestException System.Net.Http.HttpClient System.Net.Http.MultipartContent System.Net.Http.Headers.HttpContentHeaders System.Net.Http.HttpClientHandler System.Net.Http.StreamContent System.Net.Http.FormUrlEncodedContent System.Net.Http.HttpMessageHandler When using NuGet 3.x this package requires at least version 3.4.
System.Numerics.Vectors by: Microsoft
  • 3.095k total downloads
  • Latest version: 4.4.0
Provides hardware-accelerated numeric types, suitable for high-performance processing and graphics applications. Commonly Used Types: System.Numerics.Matrix3x2 System.Numerics.Matrix4x4 System.Numerics.Plane System.Numerics.Quaternion System.Numerics.Vector2 System.Numerics.Vector3 System.Numerics.Vector4 System.Numerics.Vector System.Numerics.Vector<T> 8321c729934c0f8be754953439b88e6e1c120c24
System.Runtime.CompilerServices.Unsafe by: Microsoft
  • 11.014k total downloads
  • Latest version: 4.5.1
Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers. Commonly Used Types: System.Runtime.CompilerServices.Unsafe 7ee84596d92e178bce54c986df31ccc52479e772 When using NuGet 3.x this package requires at least version 3.4.
System.Text.Encodings.Web by: Microsoft
  • 10.994k total downloads
  • Latest version: 4.5.0
Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL). Commonly Used Types: System.Text.Encodings.Web.HtmlEncoder System.Text.Encodings.Web.UrlEncoder System.Text.Encodings.Web.JavaScriptEncoder 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
System.ValueTuple by: Microsoft
  • 470 total downloads
  • Latest version: 4.4.0
Provides the System.ValueTuple structs, which implement the underlying types for tuples in C# and Visual Basic. Commonly Used Types: System.ValueTuple System.ValueTuple<T1> System.ValueTuple<T1, T2> System.ValueTuple<T1, T2, T3> System.ValueTuple<T1, T2, T3, T4> System.ValueTuple<T1, T2, T3, T4, T5> System.ValueTuple<T1, T2, T3, T4, T5, T6> System.ValueTuple<T1, T2, T3, T4, T5, T6, T7> System.ValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest> 8321c729934c0f8be754953439b88e6e1c120c24 When using NuGet 3.x this package requires at least version 3.4.
WebGrease by: webgrease@microsoft.com
  • 718 total downloads
  • Latest version: 1.6.0
Web Grease is a suite of tools for optimizing javascript, css files and images.
ZendeskApi_v2 by: mozts2005 Eric
  • 629 total downloads
  • Latest version: 3.6.1
  • zendesk api
A full c# wrapper for Zendesk's api v2.