Microsoft.Extensions.Logging.Debug by: Microsoft
  • 3.295k total downloads
  • Latest version: 11.0.0-preview.2.26159.112
Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine().
Microsoft.Extensions.Logging.EventLog by: Microsoft
  • 2.351k total downloads
  • Latest version: 11.0.0-preview.2.26159.112
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventSource by: Microsoft
  • 2.665k total downloads
  • Latest version: 11.0.0-preview.2.26159.112
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Log4Net.AspNetCore by: Huor Swords
  • 295 total downloads
  • Latest version: 8.0.0
  • Microsoft Extensions Logging Log4Net AspNet Core
Allows to configure Log4net as Microsoft Extensions Logging handler on any ASP.NET Core application. Original code proposal by @anuraj --> https://dotnetthoughts.net/how-to-use-log4net-with-aspnetcore-for-logging/
Microsoft.Extensions.Logging.TraceSource by: Microsoft
  • 1.553k total downloads
  • Latest version: 11.0.0-preview.2.26159.112
TraceSource logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a trace listener by writing messages with System.Diagnostics.TraceSource.TraceEvent().
Microsoft.Extensions.ObjectPool by: Microsoft
  • 3.336k total downloads
  • Latest version: 11.0.0-preview.2.26159.112
  • pooling
A simple object pool implementation. This package was built from the source code at https://github.com/dotnet/dotnet/tree/17d11de66cf75b962995c81dd1235fae9aa5ece0
Microsoft.Extensions.Options by: Microsoft
  • 7.787k total downloads
  • Latest version: 11.0.0-preview.2.26159.112
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Options.ConfigurationExtensions by: Microsoft
  • 3.269k total downloads
  • Latest version: 11.0.0-preview.2.26159.112
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.Options.DataAnnotations by: Microsoft
  • 1.542k total downloads
  • Latest version: 11.0.0-preview.2.26159.112
Provides additional DataAnnotations specific functionality related to Options.
Microsoft.Extensions.OptionsModel by: Microsoft
  • 11 total downloads
  • Latest version: 1.0.0-rc1-final
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.PlatformAbstractions by: Microsoft
  • 64 total downloads
  • Latest version: 1.1.0
  • platformabstractions
Abstractions that unify behavior and API across .NET Framework, .NET Core and Mono
Microsoft.Extensions.Primitives by: Microsoft
  • 8.602k total downloads
  • Latest version: 11.0.0-preview.2.26159.112
Primitives shared by framework extensions. Commonly used types include: Commonly Used Types: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment
Microsoft.Extensions.Resilience by: Microsoft
  • 93 total downloads
  • Latest version: 10.4.0
Extensions to the Polly libraries to enrich telemetry with metadata and exception summaries.
Microsoft.Extensions.ServiceDiscovery by: Microsoft
  • 113 total downloads
  • Latest version: 10.4.0
Provides extensions to HttpClient that enable service discovery based on configuration.
Microsoft.Extensions.ServiceDiscovery.Abstractions by: Microsoft
  • 117 total downloads
  • Latest version: 10.4.0
Provides abstractions for service discovery. Interfaces defined in this package are implemented in Microsoft.Extensions.ServiceDiscovery and other service discovery packages.
Microsoft.Extensions.Telemetry by: Microsoft
  • 101 total downloads
  • Latest version: 10.4.0
Provides canonical implementations of telemetry abstractions.
Microsoft.Extensions.Telemetry.Abstractions by: Microsoft
  • 102 total downloads
  • Latest version: 10.4.0
Common abstractions for high-level telemetry primitives.
Microsoft.Extensions.WebEncoders by: Microsoft
  • 2.559k total downloads
  • Latest version: 11.0.0-preview.2.26159.112
  • aspnetcore
Contains registration and configuration APIs to add the core framework encoders to a dependency injection container. This package was built from the source code at https://github.com/dotnet/dotnet/tree/17d11de66cf75b962995c81dd1235fae9aa5ece0
Microsoft.Extensions.WebEncoders.Core by: Microsoft
  • 11 total downloads
  • Latest version: 1.0.0-rc1-final
Contains core encoders for HTML, JavaScript strings, and URLs.
Microsoft.FeatureManagement by: Microsoft
  • 342 total downloads
  • Latest version: 4.4.0
  • Microsoft FeatureManagement FeatureFlags AzureAppConfiguration
Microsoft.FeatureManagement provides a way to develop and expose application functionality based on features. Many applications have special requirements when a new feature is developed such as when the feature should be enabled and under what conditions. This library provides a way to define these relationships, and also integrates into common .NET code patterns to make exposing these features possible.