Microsoft.Extensions.Http
by: Microsoft
- 80 total downloads
- Latest version: 9.0.0-preview.3.24172.9
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
- 25 total downloads
- Latest version: 7.0.0
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/bb01bbf4433e27289b99001b7de6a582879d1835
Microsoft.Extensions.Identity.Core
by: Microsoft
- 107 total downloads
- Latest version: 7.0.0
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/bb01bbf4433e27289b99001b7de6a582879d1835
Microsoft.Extensions.Localization
by: Microsoft
- 372 total downloads
- Latest version: 9.0.0-preview.3.24172.13
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/d4eca39c3fc1944b2c6431bf6b22036bdb176c0d
Microsoft.Extensions.Localization.Abstractions
by: Microsoft
- 307 total downloads
- Latest version: 8.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/3f1acb59718cadf111a0a796681e3d3509bb3381
Microsoft.Extensions.Logging
by: Microsoft
- 348 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 297 total downloads
- Latest version: 9.0.0-preview.3.24172.9
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.Configuration
by: Microsoft
- 48 total downloads
- Latest version: 7.0.0
Configuration support for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Console
by: Microsoft
- 44 total downloads
- Latest version: 7.0.0
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Debug
by: Microsoft
- 46 total downloads
- Latest version: 7.0.0
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
- 50 total downloads
- Latest version: 7.0.0
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventSource
by: Microsoft
- 49 total downloads
- Latest version: 7.0.0
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.ObjectPool
by: Microsoft
- 32 total downloads
- Latest version: 2.2.0
A simple object pool implementation.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
Microsoft.Extensions.Options
by: Microsoft
- 383 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Options.ConfigurationExtensions
by: Microsoft
- 245 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.Primitives
by: Microsoft
- 246 total downloads
- Latest version: 8.0.0
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.WebEncoders
by: Microsoft
- 50 total downloads
- Latest version: 2.0.1
Contains registration and configuration APIs to add the core framework encoders to a dependency injection container.
Microsoft.Identity.Client.Extensions.Msal
by: Microsoft
- 13 total downloads
- Latest version: 2.19.3
This package contains extensions to Microsoft Authentication Library for .NET (MSAL.NET)
Microsoft.IdentityModel.Abstractions
by: Microsoft
- 40 total downloads
- Latest version: 7.1.2
A package containing thin abstractions for Microsoft.IdentityModel.
Microsoft.IdentityModel.JsonWebTokens
by: Microsoft
- 91 total downloads
- Latest version: 7.0.3
Includes types that provide support for creating, serializing and validating JSON Web Tokens.