Microsoft.Extensions.FileProviders.Composite
by: Microsoft
- 1 total downloads
- Latest version: 9.0.7
Composite file and directory providers for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileProviders.Embedded
by: Microsoft
- 1 total downloads
- Latest version: 7.0.14
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/0a715692d8e2536c899faa0bb4f0cec2c2e33e36
Microsoft.Extensions.Globalization.CultureInfoCache
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0
Provides cached instances of CultureInfo using a generated list of known culture names for use in scenarios where unbounded CultureInfo creation is undesirable.
Microsoft.Extensions.Hosting
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0
Hosting and startup infrastructures for applications.
Microsoft.Extensions.Hosting.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 11.0.0-preview.2.26159.112
Hosting and startup abstractions for applications.
Microsoft.Extensions.Http.Polly
by: Microsoft
- 8 total downloads
- Latest version: 9.0.8
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/215a587e52efa710de84138b0a3374b860b924d8
Microsoft.Extensions.Http.Resilience
by: Microsoft
- 0 total downloads
- Latest version: 8.9.1
Resilience mechanisms for HttpClient.
Microsoft.Extensions.Identity.Stores
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0-preview.4.23260.4
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/898c164a1f537a8210a26eaf388bdc92531f6b09
Microsoft.Extensions.Localization
by: Microsoft
- 6 total downloads
- Latest version: 11.0.0-preview.2.26159.112
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/17d11de66cf75b962995c81dd1235fae9aa5ece0
Microsoft.Extensions.Localization.Abstractions
by: Microsoft
- 4 total downloads
- Latest version: 9.0.0-rc.1.24452.1
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/280c613963a1768b810d09f32c998fe4490855e9
Microsoft.Extensions.Logging
by: Microsoft
- 3 total downloads
- Latest version: 3.1.2
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.AzureAppServices
by: Microsoft
- 2 total downloads
- Latest version: 9.0.2
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/704f7cb1d2cea33afb00c2097731216f121c2c73
Microsoft.Extensions.Logging.Console
by: Microsoft
- 2 total downloads
- Latest version: 10.0.0-preview.6.25358.103
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Debug
by: Microsoft
- 1 total downloads
- Latest version: 3.1.22
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
- 1 total downloads
- Latest version: 3.0.0-preview8.19405.4
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventSource
by: Microsoft
- 1 total downloads
- Latest version: 3.1.0
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.TraceSource
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0-preview.5.23280.8
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
- 1 total downloads
- Latest version: 8.0.0-preview.1.23112.2
A simple object pool implementation.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/63d1187a01b82719c2891cecc74ee3d51ce892a8
Microsoft.Extensions.ObjectPool.DependencyInjection
by: Microsoft
- 37 total downloads
- Latest version: 10.2.0
Provides object pools from service containers.
Microsoft.Extensions.Options
by: Microsoft
- 4 total downloads
- Latest version: 11.0.0-preview.2.26159.112
Provides a strongly typed way of specifying and accessing settings using dependency injection.