Microsoft.Extensions.FileSystemGlobbing by: Microsoft
  • 182 total downloads
  • Latest version: 10.0.0-preview.6.25358.103
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Hosting by: Microsoft
  • 120 total downloads
  • Latest version: 10.0.0-preview.6.25358.103
Hosting and startup infrastructures for applications.
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 166 total downloads
  • Latest version: 9.0.2
Hosting and startup abstractions for applications.
Microsoft.Extensions.Http by: Microsoft
  • 34 total downloads
  • Latest version: 8.0.1
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. The HttpClient factory provides extensibility to plug in DelegatingHandlers that address cross-cutting concerns such as service location, load balancing, and reliability. The default HttpClient factory provides built-in diagnostics and logging and manages the lifetimes of connections in a performant way. Commonly Used Types: System.Net.Http.IHttpClientFactory
Microsoft.Extensions.Http.Diagnostics by: Microsoft
  • 48 total downloads
  • Latest version: 9.1.0
Telemetry support for HTTP Client.
Microsoft.Extensions.Http.Polly by: Microsoft
  • 246 total downloads
  • Latest version: 10.0.0-preview.6.25358.103
  • aspnetcore httpclient
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. This package was built from the source code at https://github.com/dotnet/dotnet/tree/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183
Microsoft.Extensions.Http.Resilience by: Microsoft
  • 15 total downloads
  • Latest version: 9.7.0
Resilience mechanisms for HttpClient.
Microsoft.Extensions.Localization by: Microsoft
  • 206 total downloads
  • Latest version: 10.0.0-preview.1.25120.3
  • localization
Application localization services and default implementation based on ResourceManager to load localized assembly resources. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/b225d30209cf027c80b741d04efe1c54f2431b3c
Microsoft.Extensions.Localization.Abstractions by: Microsoft
  • 175 total downloads
  • Latest version: 10.0.0-preview.2.25164.1
  • localization
Abstractions of application localization services. Commonly used types: Microsoft.Extensions.Localization.IStringLocalizer Microsoft.Extensions.Localization.IStringLocalizer<T> This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/763b4ef31ca4df6dae07c7ee8f39ea259b6980fa
Microsoft.Extensions.Logging by: Microsoft
  • 265 total downloads
  • Latest version: 10.0.0-preview.1.25080.5
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 378 total downloads
  • Latest version: 10.0.0-preview.6.25358.103
Logging abstractions for Microsoft.Extensions.Logging. Commonly Used Types: Microsoft.Extensions.Logging.ILogger Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.ILogger<TCategoryName> Microsoft.Extensions.Logging.LogLevel Microsoft.Extensions.Logging.Logger<T> Microsoft.Extensions.Logging.LoggerMessage Microsoft.Extensions.Logging.Abstractions.NullLogger
Microsoft.Extensions.Logging.ApplicationInsights by: Microsoft
  • 157 total downloads
  • Latest version: 2.23.0
  • Analytics Azure ApplicationInsights Telemetry Monitoring SDK ILogger ILoggerBuilder ILoggerProvider
Application Insights ILogger allows forwarding events from ILogger to Application Insights. Application Insights will collect your logs from multiple sources and provide rich powerful search capabilities. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.Extensions.Logging.Configuration by: Microsoft
  • 45 total downloads
  • Latest version: 9.0.0-preview.2.24128.5
Configuration support for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Console by: Microsoft
  • 131 total downloads
  • Latest version: 9.0.0
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Debug by: Microsoft
  • 115 total downloads
  • Latest version: 9.0.0-rc.2.24473.5
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
  • 163 total downloads
  • Latest version: 9.0.4
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventSource by: Microsoft
  • 108 total downloads
  • Latest version: 9.0.2
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Log4Net.AspNetCore by: Huor Swords
  • 60 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.ObjectPool by: Microsoft
  • 222 total downloads
  • Latest version: 8.0.4
  • pooling
A simple object pool implementation. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/8486d31e24f30e3fa1809a95699a0adc16f448d7
Microsoft.Extensions.ObjectPool.DependencyInjection by: Microsoft
  • 7 total downloads
  • Latest version: 9.0.0-preview.9.24507.7
Provides object pools from service containers.