Microsoft.Extensions.Http by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.0
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.Identity.Stores by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.0-preview3.19555.2
  • 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/aspnet/AspNetCore/tree/80fec4e3edea3972e95885f5c0db6ee06072f917
Microsoft.Extensions.Localization by: Microsoft
  • 5 total downloads
  • Latest version: 10.0.0-preview.2.25164.1
  • localization
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/763b4ef31ca4df6dae07c7ee8f39ea259b6980fa
Microsoft.Extensions.Localization.Abstractions by: Microsoft
  • 2 total downloads
  • Latest version: 8.0.18
  • 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/cea5fa610dba4e0c024727f4c528a66018b820a3
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.0
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.AzureAppServices by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.0-preview.7.21378.6
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/330c2397160929d6d3275ade03cee436265258e8
Microsoft.Extensions.Logging.Configuration by: Microsoft
  • 0 total downloads
  • Latest version: 10.0.3
Configuration support for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Debug by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.0
  • logging
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.EventSource by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.1
  • EventSource logging ETW
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.TraceSource by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.0-preview1-35029
  • logging tracesource
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: 6.0.22
  • pooling
A simple object pool implementation. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/564969bca155b40432d101ec35f24a0e81e6afa0
Microsoft.Extensions.Options by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.3
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Options.ConfigurationExtensions by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.WebEncoders by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.0-preview.2.24128.4
  • aspnetcore
Contains registration and configuration APIs to add the core framework encoders to a dependency injection container. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9
Microsoft.FluentUI.AspNetCore.Components by: Microsoft
  • 2 total downloads
  • Latest version: 4.11.3
  • Fluent UI, Blazor, Web Components, .NET8
A set of Blazor components wrapping Microsoft’s official Fluent UI Web Components. They implement the latest state of the Fluent design language, are built on FAST and work in every major browser.
Microsoft.Identity.Client by: Microsoft
  • 2 total downloads
  • Latest version: 4.61.2
  • Microsoft Authentication Library MSA MSAL B2C Azure Active Directory AAD Identity Authentication .NET Windows Store MAUI
This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET). MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formerly Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts, and social identities via Azure AD B2C. These tokens provide access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based clients - .NET, .NET Framework, .NET MAUI
Microsoft.Identity.Client.Extensions.Msal by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.9-preview
  • Microsoft Authentication Library MSAL Azure Active Directory AAD Identity .NET
This package contains extensions to Microsoft Authentication Library for .NET (MSAL.NET)
Microsoft.IdentityModel.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 6.22.1
  • .NET Windows Authentication Identity Abstractions
A package containing thin abstractions for Microsoft.IdentityModel.
Microsoft.IdentityModel.Protocols by: Microsoft
  • 1 total downloads
  • Latest version: 7.6.3
  • .NET Windows Authentication Identity OpenIdConnect WsFederation
Provides base protocol support for OpenIdConnect and WsFederation.
Microsoft.JSInterop by: Microsoft
  • 2 total downloads
  • Latest version: 3.1.22
  • javascript interop
Abstractions and features for interop between .NET and JavaScript code.