Microsoft.Extensions.Http.Polly
by: Microsoft
- 6 total downloads
- Latest version: 8.0.30
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/f336360dc385a9873a19f13e8b6f886311aa5db7
Microsoft.Extensions.Identity.Core
by: Microsoft
- 12 total downloads
- Latest version: 11.0.0-preview.4.26230.115
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/dotnet/tree/4370ea16341331f045fa9b89cc46e03aed27195c
Microsoft.Extensions.Identity.Stores
by: Microsoft
- 6 total downloads
- Latest version: 9.0.17
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/5edf41b9c09952f18e404ad38e25670991c1b513
Microsoft.Extensions.Localization
by: Microsoft
- 11 total downloads
- Latest version: 11.0.0-preview.6.26359.118
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/dotnet/tree/ba53d0ed335bed4ab7bfd01988c8e3953ee5ffbe
Microsoft.Extensions.Localization.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 7.0.0
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/bb01bbf4433e27289b99001b7de6a582879d1835
Microsoft.Extensions.Logging
by: Microsoft
- 1 total downloads
- Latest version: 3.1.29
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.AzureAppServices
by: Microsoft
- 7 total downloads
- Latest version: 9.0.13
Logger implementation to support Azure App Services 'Diagnostics logs' and 'Log stream' features.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/087328de5f1e0067be48d87295ae8d92064a1535
Microsoft.Extensions.Logging.Configuration
by: Microsoft
- 4 total downloads
- Latest version: 9.0.12
Configuration support for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Console
by: Microsoft
- 3 total downloads
- Latest version: 10.0.7
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Debug
by: Microsoft
- 4 total downloads
- Latest version: 9.0.19
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 total downloads
- Latest version: 8.0.0-preview.4.23259.5
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventSource
by: Microsoft
- 2 total downloads
- Latest version: 5.0.0
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Logging.TraceSource
by: Microsoft
- 1 total downloads
- Latest version: 3.1.23
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
- 9 total downloads
- Latest version: 10.0.8
A simple object pool implementation.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/94ea82652cdd4e0f8046b5bd5becbd11461482ca
Microsoft.Extensions.Options.ConfigurationExtensions
by: Microsoft
- 6 total downloads
- Latest version: 11.0.0-preview.4.26230.115
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.Options.DataAnnotations
by: Microsoft
- 2 total downloads
- Latest version: 10.0.0-preview.4.25258.110
Provides additional DataAnnotations specific functionality related to Options.
Microsoft.Extensions.OptionsModel
by: Microsoft
- 1 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.Extensions.PlatformAbstractions
- 1 total downloads
- Latest version: 1.0.0
Abstractions that unify behavior and API across .NET Framework, .NET Core and Mono
Microsoft.Extensions.Primitives
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-rc.1.25451.107
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
- 7 total downloads
- Latest version: 10.7.0
Extensions to the Polly libraries to enrich telemetry with metadata and exception summaries.