OpenTelemetry.Api by: OpenTelemetry Authors
  • 264 total downloads
  • Latest version: 1.1.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing
OpenTelemetry .NET API
OpenTelemetry.Exporter.Console by: OpenTelemetry Authors
  • 95 total downloads
  • Latest version: 1.1.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Console distributed-tracing
Console exporter for OpenTelemetry .NET
OpenTelemetry.Exporter.OpenTelemetryProtocol by: OpenTelemetry Authors
  • 137 total downloads
  • Latest version: 1.1.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing OTLP
OpenTelemetry protocol exporter for OpenTelemetry .NET
OpenTelemetry.Exporter.Zipkin by: OpenTelemetry Authors
  • 133 total downloads
  • Latest version: 1.1.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Zipkin distributed-tracing
Zipkin exporter for OpenTelemetry .NET
OpenTelemetry.Instrumentation.Http by: OpenTelemetry Authors
  • 98 total downloads
  • Latest version: 1.0.0-rc7
  • Observability OpenTelemetry Monitoring Telemetry Tracing distributed-tracing
Http instrumentation for OpenTelemetry .NET
Owin by: OWIN startup components contributors
  • 12 total downloads
  • Latest version: 1.0.0
  • OWIN
OWIN IAppBuilder startup interface
Panic.StringUtils by: Panic.StringUtils
  • 23 total downloads
  • Latest version: 1.0.1
Panic.StringUtils
Polly by: Michael Wolfenden, App vNext
  • 636 total downloads
  • Latest version: 7.2.4
  • Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Rate-limit Fallback Timeout Throttle Parallelization
Polly is a 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-Signed by: Michael Wolfenden, App vNext
  • 407 total downloads
  • Latest version: 5.9.0
  • Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Fallback Timeout Throttle Parallelization
Polly is a .NET 4.5 / .NET Standard 1.1 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.Extensions.Http by: App vNext
  • 92 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.Extensions.Http-Signed by: App vNext
  • 28 total downloads
  • Latest version: 1.0.4
  • HttpClient 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.
Portable.BouncyCastle by: Claire Novotny
  • 257 total downloads
  • Latest version: 1.9.0
  • bouncycastle cryptography encryption security
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0
Portable.ConcurrentDictionary by: Stef Heyenrath
  • 11 total downloads
  • Latest version: 1.0.4
  • Dictionary ConcurrentDictionary Collections System.Collections.Concurrent
This is a .NET Standard 1.0, .NET 2.0, .NET 3.5, Silverlight 5.0 and Windows Phone Silverlight 8.0 & 8.1 backport from System.Collections.Concurrent.ConcurrentDictionary as defined in .NET Core
prometheus-net by: andrasm, qed-, lakario
  • 261 total downloads
  • Latest version: 1.3.6-rc
  • metrics prometheus
.NET client for prometheus.io
protobuf-net by: Marc Gravell
  • 554 total downloads
  • Latest version: 2.4.9
  • binary serialization protobuf
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
pythonnet by: pythonnet
  • 18 total downloads
  • Latest version: 2.3.0-py35-dotnet
  • python interop dynamic dlr Mono pinvoke
Python and CLR (.NET and Mono) cross-platform language interop
QRCoder by: Raffael Herrmann
  • 407 total downloads
  • Latest version: 1.6.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.
RabbitMQ.Client by: VMware
  • 43 total downloads
  • Latest version: 5.2.0
  • rabbitmq, amqp
The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)
ReflectionBridge by: Stef Heyenrath
  • 72 total downloads
  • Latest version: 0.0.13
  • type typeinfo extensions proxy bridge reflection
Provides some extensions which define a bridge for the differences between Type and TypeInfo.
Remotion.Linq by: rubicon IT GmbH
  • 407 total downloads
  • Latest version: 2.2.0
  • re-motion LINQ ExpressionTrees
re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages. Key features: - Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax) - Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...) - Provides basic infrastructure for backend development (e.g. SQL generation) - Provides a framework for user-defined query extensions and transformations