Microsoft.Extensions.Diagnostics by: Microsoft
  • 26 total downloads
  • Latest version: 9.0.0-preview.1.24080.9
This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.
Microsoft.Extensions.Diagnostics.Abstractions by: Microsoft
  • 39 total downloads
  • Latest version: 10.0.0-preview.4.25258.110
Diagnostic abstractions for Microsoft.Extensions.Diagnostics. Commonly Used Types: Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule Microsoft.Extensions.Diagnostics.Metrics.MeterScope Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions
Microsoft.Extensions.Features by: Microsoft
  • 118 total downloads
  • Latest version: 9.0.0
  • aspnetcore
Provides abstractions for a loosly coupled collection of features. Commonly Used Types: Microsoft.AspNetCore.Http.Features.IFeatureCollection Microsoft.AspNetCore.Http.Features.FeatureCollection This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/af22effae4069a5dfb9b0735859de48820104f5b
Microsoft.Extensions.FileProviders.Abstractions by: Microsoft
  • 84 total downloads
  • Latest version: 10.0.0-preview.4.25258.110
Abstractions of files and directories. Commonly Used Types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.FileProviders.Composite by: Microsoft
  • 77 total downloads
  • Latest version: 10.0.0-preview.6.25358.103
Composite file and directory providers for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileProviders.Embedded by: Microsoft
  • 169 total downloads
  • Latest version: 9.0.0-preview.6.24328.4
  • files filesystem
File provider for files in embedded resources for Microsoft.Extensions.FileProviders. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/f5084525411d53b81d9950b68616117750b674d4
Microsoft.Extensions.FileProviders.Physical by: Microsoft
  • 162 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileSystemGlobbing by: Microsoft
  • 184 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.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.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().