Microsoft.Extensions.Localization.Abstractions by: Microsoft
  • 13 total downloads
  • Latest version: 8.0.8
  • 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/954f61dd38b33caa2b736c73530bd5a294174437
Microsoft.Extensions.Options by: Microsoft
  • 241 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Identity.Core by: Microsoft
  • 23 total downloads
  • Latest version: 9.0.0-rc.1.24452.1
  • aspnetcore identity membership
ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/280c613963a1768b810d09f32c998fe4490855e9
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 270 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
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.Primitives by: Microsoft
  • 254 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
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.Options.ConfigurationExtensions by: Microsoft
  • 71 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.Identity.Stores by: Microsoft
  • 31 total downloads
  • Latest version: 9.0.0-rc.1.24452.1
  • aspnetcore identity membership
ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/280c613963a1768b810d09f32c998fe4490855e9
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 28 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
Hosting and startup abstractions for applications.
Microsoft.Extensions.Logging by: Microsoft
  • 77 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Http.Diagnostics by: Microsoft
  • 6 total downloads
  • Latest version: 9.0.0-preview.8.24460.1
Telemetry support for HTTP Client.
Microsoft.Extensions.Http.Resilience by: Microsoft
  • 10 total downloads
  • Latest version: 9.0.0-preview.8.24460.1
Resilience mechanisms for HttpClient.
Microsoft.Extensions.Telemetry by: Microsoft
  • 11 total downloads
  • Latest version: 9.0.0-preview.8.24460.1
Provides canonical implementations of telemetry abstractions.
Microsoft.Extensions.Http.Polly by: Microsoft
  • 18 total downloads
  • Latest version: 9.0.0-rc.1.24452.1
  • 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/aspnetcore/tree/280c613963a1768b810d09f32c998fe4490855e9
Microsoft.Extensions.Resilience by: Microsoft
  • 4 total downloads
  • Latest version: 8.4.0
Extensions to the Polly libraries to enrich telemetry with metadata and exception summaries.
Microsoft.Extensions.Logging.Configuration by: Microsoft
  • 8 total downloads
  • Latest version: 8.0.0
Configuration support for Microsoft.Extensions.Logging.
Microsoft.Extensions.ObjectPool by: Microsoft
  • 20 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.Http by: Microsoft
  • 90 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
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.FileSystemGlobbing by: Microsoft
  • 24 total downloads
  • Latest version: 8.0.0
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Logging.Log4Net.AspNetCore by: Huor Swords
  • 1 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.Telemetry.Abstractions by: Microsoft
  • 4 total downloads
  • Latest version: 8.4.0
Common abstractions for high-level telemetry primitives.