Microsoft.Extensions.FileProviders.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0
Abstractions of files and directories. Commonly Used Types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.FileProviders.Composite by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.0-preview.1.25080.5
Composite file and directory providers for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileProviders.Physical by: Microsoft
  • 0 total downloads
  • Latest version: 3.1.17
  • files filesystem
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileSystemGlobbing by: Microsoft
  • 0 total downloads
  • Latest version: 9.0.1
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Globalization.CultureInfoCache by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.2
  • globalization,localization
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.Identity.Core by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.10
  • 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/32e8c8cae5b1a4dd752d0a42a6f8a2813f75f173
Microsoft.Extensions.Localization.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.18
  • localization
Abstractions of application localization services. Commonly used types: Microsoft.Extensions.Localization.IStringLocalizer Microsoft.Extensions.Localization.IStringLocalizer<T>
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 0 total downloads
  • Latest version: 9.0.1
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.28
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/3b519aa7d1a1b66e1d329d694f814e1d8228dc8c
Microsoft.Extensions.Logging.Configuration by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.0-preview1-35029
  • logging
Configuration support for Microsoft.Extensions.Logging. This package was built from the source at: https://github.com/aspnet/Logging/tree/bdd33cdcfd6345c01f820ae0726c49b2c3bc4939
Microsoft.Extensions.Logging.Debug by: Microsoft
  • 0 total downloads
  • Latest version: 9.0.1
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
  • 0 total downloads
  • Latest version: 9.0.1
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.ObjectPool by: Microsoft
  • 0 total downloads
  • Latest version: 5.0.9
  • pooling
A simple object pool implementation. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c663adee8e64ba5d379fa0edfb8201984a7df7d0
Microsoft.Extensions.Options by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Options.ConfigurationExtensions by: Microsoft
  • 2 total downloads
  • Latest version: 8.0.0-rc.1.23419.4
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.Options.DataAnnotations by: Microsoft
  • 1 total downloads
  • Latest version: 3.0.2
  • aspnetcore validation options
Provides additional DataAnnotations specific functionality related to Options.
Microsoft.Extensions.WebEncoders by: Microsoft
  • 0 total downloads
  • Latest version: 10.0.0-preview.1.25120.3
  • 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/b225d30209cf027c80b741d04efe1c54f2431b3c
Microsoft.Identity.Client by: Microsoft
  • 2 total downloads
  • Latest version: 4.54.0
  • Microsoft Authentication Library MSA MSAL B2C Azure Active Directory AAD Identity Authentication .NET Windows Store Xamarin iOS Android 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 (formally 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, Xamarin iOS, Xamarin Android and UWP
Microsoft.Identity.Client.Extensions.Msal by: Microsoft
  • 1 total downloads
  • Latest version: 2.6.0-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.JsonWebTokens by: Microsoft
  • 1 total downloads
  • Latest version: 8.7.0
  • .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.