OpenTelemetry.Contrib.Extensions.AWSXRay by: OpenTelemetry authors
  • 0 total downloads
  • Latest version: 1.2.0
  • Observability OpenTelemetry Monitoring Telemetry
OpenTelemetry extensions for AWS X-Ray.
OpenTelemetry.Exporter.Console by: OpenTelemetry Authors
  • 3 total downloads
  • Latest version: 1.1.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Console distributed-tracing
Console exporter for OpenTelemetry .NET
OpenTelemetry.Exporter.Zipkin by: OpenTelemetry Authors
  • 17 total downloads
  • Latest version: 1.1.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Zipkin distributed-tracing
Zipkin exporter for OpenTelemetry .NET
OpenTelemetry.Instrumentation.AspNet by: OpenTelemetry Authors
  • 4 total downloads
  • Latest version: 1.0.0-rc7
  • Observability OpenTelemetry Monitoring Telemetry Tracing distributed-tracing AspNet MVC WebAPI
ASP.NET instrumentation for OpenTelemetry .NET
OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule by: OpenTelemetry Authors
  • 6 total downloads
  • Latest version: 1.11.0-beta.1
  • Observability OpenTelemetry Monitoring Telemetry distributed-tracing AspNet MVC WebAPI
A module that instruments incoming request with System.Diagnostics.Activity and notifies listeners with DiagnosticsSource.
OpenTelemetry.Instrumentation.SqlClient by: OpenTelemetry authors
  • 1 total downloads
  • Latest version: 0.4.0-beta.2
  • Tracing OpenTelemetry Management Monitoring distributed-tracing
SqlClient instrumentation for OpenTelemetry .NET
PCLStorage by: Daniel Plaisted
  • 1 total downloads
  • Latest version: 0.2.1-pre
  • io storage portable pcl
PCL Storage provides a consistent, portable set of local file IO APIs for .NET, Windows Phone, Windows Store, and Silverlight. This makes it easier to create cross-platform .NET libraries and apps.
Polly by: Michael Wolfenden, App vNext
  • 14 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
  • 3 total downloads
  • Latest version: 5.6.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.Contrib.Simmy by: App vNext
  • 1 total downloads
  • Latest version: 0.2.0
  • Resilience Chaos-engineering Fault-injection
Simmy is a chaos-engineering and fault-injection tool, integrating with the Polly resilience project for .NET
Polly.Extensions.Http by: App vNext
  • 1 total downloads
  • Latest version: 1.0.1-preview2
  • 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.
PolySharp by: Sergio Pedri
  • 22 total downloads
  • Latest version: 1.15.0+02753db24d9685e54db06739eb63183d86eb5b62
  • dotnet net netcore netstandard csharp library generator polyfill roslyn
PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel
protobuf-net by: Marc Gravell
  • 5 total downloads
  • Latest version: 2.3.16
  • binary serialization protobuf
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
runtime.any.System.Collections by: Microsoft
  • 71 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections. Commonly Used Types: System.Collections.Generic.List<T> System.Collections.Generic.Dictionary<TKey, TValue> System.Collections.Generic.Queue<T> System.Collections.Generic.Stack<T> System.Collections.Generic.HashSet<T> System.Collections.Generic.LinkedList<T> System.Collections.Generic.EqualityComparer<T> System.Collections.Generic.Comparer<T> System.Collections.Generic.SortedDictionary<TKey, TValue> When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.Diagnostics.Tools by: Microsoft
  • 71 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides attributes, such as GeneratedCodeAttribute and SuppresMessageAttribute, that are emitted or consumed by analysis tools. Commonly Used Types: System.CodeDom.Compiler.GeneratedCodeAttribute System.Diagnostics.CodeAnalysis.SuppressMessageAttribute When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.Diagnostics.Tracing by: Microsoft
  • 71 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides class that enable you to create high performance tracing events to be captured by event tracing for Windows (ETW). Commonly Used Types: System.Diagnostics.Tracing.EventSource System.Diagnostics.Tracing.EventListener System.Diagnostics.Tracing.EventLevel System.Diagnostics.Tracing.EventKeywords System.Diagnostics.Tracing.EventWrittenEventArgs System.Diagnostics.Tracing.EventAttribute System.Diagnostics.Tracing.EventSourceAttribute System.Diagnostics.Tracing.NonEventAttribute When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.Globalization by: Microsoft
  • 71 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. Commonly Used Types: System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo System.Globalization.NumberFormatInfo System.Globalization.CalendarWeekRule System.Globalization.TextInfo System.Globalization.Calendar System.Globalization.CompareInfo System.Globalization.CompareOptions System.Globalization.UnicodeCategory When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.IO by: Microsoft
  • 71 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWriter, that allow reading and writing to data streams Commonly Used Types: System.IO.Stream System.IO.EndOfStreamException System.IO.MemoryStream System.IO.StreamReader System.IO.StreamWriter System.IO.StringWriter System.IO.TextWriter System.IO.TextReader When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.Reflection by: Microsoft
  • 71 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods. Commonly Used Types: System.Reflection.MethodInfo System.Reflection.PropertyInfo System.Reflection.ParameterInfo System.Reflection.FieldInfo System.Reflection.ConstructorInfo System.Reflection.Assembly System.Reflection.MemberInfo System.Reflection.EventInfo System.Reflection.Module When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.Reflection.Extensions by: Microsoft
  • 71 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides custom attribute extension methods for System.Reflection types. Commonly Used Types: System.Reflection.InterfaceMapping System.Reflection.CustomAttributeExtensions System.Reflection.RuntimeReflectionExtensions When using NuGet 3.x this package requires at least version 3.4.