Microsoft.Extensions.Http
by: Microsoft
- 1 total downloads
- Latest version: 7.0.0-preview.7.22375.6
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
- 1 total downloads
- Latest version: 6.0.3
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/c911002ab43b7b989ed67090f2a48d9073d5118d
Microsoft.Extensions.Identity.Stores
by: Microsoft
- 3 total downloads
- Latest version: 8.0.20
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/c78f4a816c0c6a978a801a05a31dce9013e099e2
Microsoft.Extensions.Localization
by: Microsoft
- 2 total downloads
- Latest version: 3.1.24
Application localization services and default implementation based on ResourceManager to load localized assembly resources.
Microsoft.Extensions.Localization.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-preview.4.25258.110
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/dotnet/tree/c22dcd0c7a78d095a94d20e59ec0271b9924c82c
Microsoft.Extensions.Logging
by: Microsoft
- 1 total downloads
- Latest version: 3.1.0-preview3.19553.2
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.AzureAppServices
by: Microsoft
- 1 total downloads
- Latest version: 6.0.22
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/564969bca155b40432d101ec35f24a0e81e6afa0
Microsoft.Extensions.Logging.Console
by: Microsoft
- 30 total downloads
- Latest version: 10.0.0-preview.7.25380.108
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventLog
by: Microsoft
- 44 total downloads
- Latest version: 10.0.0-preview.5.25277.114
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventSource
by: Microsoft
- 1 total downloads
- Latest version: 9.0.0
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.TraceSource
by: Microsoft
- 1 total downloads
- Latest version: 7.0.0-rc.1.22426.10
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: 3.1.10
A simple object pool implementation.
Microsoft.Extensions.Options
by: Microsoft
- 1 total downloads
- Latest version: 3.1.5
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Options.ConfigurationExtensions
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-rc.2.20475.5
Provides additional configuration specific functionality related to Options.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.ServiceDiscovery
by: Microsoft
- 1 total downloads
- Latest version: 9.5.2
Provides extensions to HttpClient that enable service discovery based on configuration.
Microsoft.Extensions.ServiceDiscovery.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 9.5.0
Provides abstractions for service discovery. Interfaces defined in this package are implemented in Microsoft.Extensions.ServiceDiscovery and other service discovery packages.
Microsoft.Extensions.WebEncoders
by: Microsoft
- 1 total downloads
- Latest version: 2.1.0-rc1-final
Contains registration and configuration APIs to add the core framework encoders to a dependency injection container.
Microsoft.IdentityModel.Protocols.OpenIdConnect
by: Microsoft
- 1 total downloads
- Latest version: 6.36.0
Includes types that provide support for OpenIdConnect protocol.
Microsoft.Maui.Controls
by: Microsoft
- 4 total downloads
- Latest version: 10.0.0-preview.5.25306.5
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that can run on Android, iOS, macOS, Tizen, and Windows from a single shared codebase.
Microsoft.Maui.Graphics
by: Microsoft
- 6 total downloads
- Latest version: 10.0.11
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains a collection of cross-platform graphics and drawing APIs.