OpenTelemetry.Instrumentation.StackExchangeRedis by: OpenTelemetry Authors
  • 1 total downloads
  • Latest version: 1.12.0-beta.1
  • Observability OpenTelemetry Monitoring Telemetry distributed-tracing Redis StackExchange.Redis
StackExchange.Redis instrumentation for OpenTelemetry .NET.
PCLCrypto by: Andrew Arnott
  • 0 total downloads
  • Latest version: 2.1.40-alpha
  • crypto security cryptography portable pcl winrt android ios xamarin monoandroid monodroid monotouch
PCL Crypto provides a consistent, portable set of crypto APIs for .NET 4.5, Windows Store, Xamarin.iOS, Xamarin.Android. This makes it easier to create cross-platform .NET libraries and apps. Crypto functionality includes asymmetric and symmetric encryption and signatures, and key derivation. PCLCrypto calls into each native platform's crypto API for maximum performance. For RSA operations this produces a 2-100X improvement in performance on Android and iOS over using the standard RSACryptoServiceProvider API.
Portable.JWT by: Mitja Bombac
  • 1 total downloads
  • Latest version: 1.0.2
  • jwt portable json
JWT (JSON Web Token) Portable Implementation for .NET 4.5+ (Public Domain). Supported algorithms: HMAC signatures with HS256, HS384 and HS512.
Roslyn.Diagnostics.Analyzers by: Microsoft
  • 0 total downloads
  • Latest version: 3.3.4
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Private analyzers specific to Roslyn repo. These analyzers are not intended for public consumptions outside of the Roslyn repo.
Sentry.AspNetCore by: Sentry Team and Contributors
  • 1 total downloads
  • Latest version: 3.33.1
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling AspNetCore MVC
Official ASP.NET Core integration for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Sentry.Bindings.Android by: Sentry Team and Contributors
  • 10 total downloads
  • Latest version: 5.11.1
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling
.NET Bindings for the Sentry Android SDK
Serilog.Settings.Configuration by: Serilog Contributors
  • 15 total downloads
  • Latest version: 9.0.0
  • serilog json appsettings
Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.
SkiaSharp by: Microsoft
  • 7 total downloads
  • Latest version: 1.68.2.1
  • xamarin graphics ios android linux windows uwp tvos watchos macos tizen cross-platform skiasharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Superpower by: Datalust, Superpower Contributors, Sprache Contributors
  • 2 total downloads
  • Latest version: 1.0.0-dev-00031
  • superpower,parser
Experimental, work-in-progress parser combinator library
Swashbuckle.AspNetCore.SwaggerUI by: Swashbuckle.AspNetCore.SwaggerUI
  • 2 total downloads
  • Latest version: 6.2.1
  • swagger documentation discovery help webapi aspnet aspnetcore
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
System.Collections.Immutable by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.0-preview.1.22076.8
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. Commonly Used Types: System.Collections.Immutable.ImmutableArray System.Collections.Immutable.ImmutableArray<T> System.Collections.Immutable.ImmutableDictionary System.Collections.Immutable.ImmutableDictionary<TKey,TValue> System.Collections.Immutable.ImmutableHashSet System.Collections.Immutable.ImmutableHashSet<T> System.Collections.Immutable.ImmutableList System.Collections.Immutable.ImmutableList<T> System.Collections.Immutable.ImmutableQueue System.Collections.Immutable.ImmutableQueue<T> System.Collections.Immutable.ImmutableSortedDictionary System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> System.Collections.Immutable.ImmutableSortedSet System.Collections.Immutable.ImmutableSortedSet<T> System.Collections.Immutable.ImmutableStack System.Collections.Immutable.ImmutableStack<T>
System.ComponentModel.Annotations by: Microsoft
  • 1 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.
System.Composition by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.0-preview.5.25277.114
Provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.
System.Composition.Hosting by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.0-preview.5.25277.114
Provides Managed Extensibility Framework (MEF) types that are useful to developers of extensible applications, or hosts.
System.Composition.TypedParts by: Microsoft
  • 4 total downloads
  • Latest version: 10.0.0-preview.4.25258.110
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
System.Diagnostics.DiagnosticSource by: Microsoft
  • 21 total downloads
  • Latest version: 10.0.0-preview.3.25171.5
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
System.Dynamic.Runtime by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0
Provides classes and interfaces that support the Dynamic Language Runtime (DLR). Commonly Used Types: System.Runtime.CompilerServices.CallSite System.Runtime.CompilerServices.CallSite<T> System.Dynamic.IDynamicMetaObjectProvider System.Dynamic.DynamicMetaObject System.Dynamic.SetMemberBinder System.Dynamic.GetMemberBinder System.Dynamic.ExpandoObject System.Dynamic.DynamicObject System.Runtime.CompilerServices.CallSiteBinder System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue> When using NuGet 3.x this package requires at least version 3.4.
System.Net.WebSockets.WebSocketProtocol by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-rc.1.20451.14
Provides the WebSocketProtocol class, which allows creating a websocket from a connected stream using WebSocketsProtocol.CreateFromConnectedStream. Commonly Used Types: System.Net.WebSockets.WebSocketProtocol When using NuGet 3.x this package requires at least version 3.4.
System.Runtime.InteropServices.NFloat.Internal by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.1
Exposes additional NFloat APIs for Xamarin/Maui APIs from System.Runtime.InteropServices
System.Runtime.Loader by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0
Provides the System.Runtime.Loader.AssemblyLoadContext class, which provides members for loading assemblies. Commonly Used Types: System.Runtime.Loader.AssemblyLoadContext When using NuGet 3.x this package requires at least version 3.4.