Microsoft.Extensions.FileProviders.Physical by: Microsoft
  • 56 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileSystemGlobbing by: Microsoft
  • 24 total downloads
  • Latest version: 8.0.0
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 28 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
Hosting and startup abstractions for applications.
Microsoft.Extensions.Http by: Microsoft
  • 90 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
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
  • 18 total downloads
  • Latest version: 9.0.0-rc.1.24452.1
  • aspnetcore httpclient
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/280c613963a1768b810d09f32c998fe4490855e9
Microsoft.Extensions.Identity.Core by: Microsoft
  • 23 total downloads
  • Latest version: 9.0.0-rc.1.24452.1
  • 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/dotnet/aspnetcore/tree/280c613963a1768b810d09f32c998fe4490855e9
Microsoft.Extensions.Identity.Stores by: Microsoft
  • 31 total downloads
  • Latest version: 9.0.0-rc.1.24452.1
  • 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/dotnet/aspnetcore/tree/280c613963a1768b810d09f32c998fe4490855e9
Microsoft.Extensions.Localization.Abstractions by: Microsoft
  • 13 total downloads
  • Latest version: 8.0.8
  • 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/954f61dd38b33caa2b736c73530bd5a294174437
Microsoft.Extensions.Logging by: Microsoft
  • 77 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 270 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
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
  • 8 total downloads
  • Latest version: 8.0.0
Configuration support for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Log4Net.AspNetCore by: Huor Swords
  • 1 total downloads
  • Latest version: 8.0.0
  • Microsoft Extensions Logging Log4Net AspNet Core
Allows to configure Log4net as Microsoft Extensions Logging handler on any ASP.NET Core application. Original code proposal by @anuraj --> https://dotnetthoughts.net/how-to-use-log4net-with-aspnetcore-for-logging/
Microsoft.Extensions.ObjectPool by: Microsoft
  • 20 total downloads
  • Latest version: 8.0.4
  • pooling
A simple object pool implementation. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/8486d31e24f30e3fa1809a95699a0adc16f448d7
Microsoft.Extensions.Options by: Microsoft
  • 241 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Options.ConfigurationExtensions by: Microsoft
  • 71 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.Primitives by: Microsoft
  • 254 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
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.Identity.Client by: Microsoft
  • 91 total downloads
  • Latest version: 4.64.2-preview
  • 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
  • 74 total downloads
  • Latest version: 4.64.2-preview
  • Microsoft Authentication Library MSA MSAL B2C Azure Active Directory AAD Identity Authentication .NET Windows Store MAUI
This package contains the public client (desktop) caching to Microsoft Authentication Library for .NET (MSAL.NET)
Microsoft.IdentityModel.Abstractions by: Microsoft
  • 128 total downloads
  • Latest version: 8.0.2
  • .NET Windows Authentication Identity Abstractions
A package containing thin abstractions for Microsoft.IdentityModel.
Microsoft.IdentityModel.JsonWebTokens by: Microsoft
  • 96 total downloads
  • Latest version: 8.0.2
  • .NET Windows Authentication Identity Json Web Token
Includes types that provide support for creating, serializing and validating JSON Web Tokens. This is a newer, faster version of System.IdentityModel.Tokens.Jwt that has additional functionality.