Microsoft.Extensions.ObjectPool by: Microsoft
  • 140 total downloads
  • Latest version: 9.0.17
  • pooling
A simple object pool implementation. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5edf41b9c09952f18e404ad38e25670991c1b513
Microsoft.Extensions.Http by: Microsoft
  • 174 total downloads
  • Latest version: 10.0.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.Identity.Abstractions by: Microsoft
  • 45 total downloads
  • Latest version: 12.1.0
  • Microsoft Identity Abstractions for dotnet Microsoft identity platform Microsoft Identity Web .NET ASP.NET Core Web App Web API B2C Azure Active Directory AAD Identity Authentication Authorization
Interface for higher level API for confidential client applications.
Microsoft.Extensions.PlatformAbstractions by: Microsoft
  • 20 total downloads
  • Latest version: 1.1.0
  • platformabstractions
Abstractions that unify behavior and API across .NET Framework, .NET Core and Mono
Microsoft.Extensions.Logging.Console by: Microsoft
  • 228 total downloads
  • Latest version: 10.0.9
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Configuration by: Microsoft
  • 194 total downloads
  • Latest version: 10.0.9
Configuration support for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging by: Microsoft
  • 236 total downloads
  • Latest version: 10.0.9
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Options.ConfigurationExtensions by: Microsoft
  • 224 total downloads
  • Latest version: 10.0.9
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.Logging.Debug by: Microsoft
  • 219 total downloads
  • Latest version: 10.0.9
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.OptionsModel by: Microsoft
  • 4 total downloads
  • Latest version: 1.0.0-rc1-final
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 263 total downloads
  • Latest version: 10.0.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.Primitives by: Microsoft
  • 233 total downloads
  • Latest version: 10.0.9
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.FileProviders.Abstractions by: Microsoft
  • 233 total downloads
  • Latest version: 10.0.9
Abstractions of files and directories. Commonly Used Types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 191 total downloads
  • Latest version: 10.0.9
Hosting and startup abstractions for applications.
Microsoft.Extensions.Hosting by: Microsoft
  • 181 total downloads
  • Latest version: 10.0.9
Hosting and startup infrastructures for applications.
Microsoft.Extensions.Options by: Microsoft
  • 233 total downloads
  • Latest version: 10.0.9
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Logging.EventSource by: Microsoft
  • 201 total downloads
  • Latest version: 10.0.9
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventLog by: Microsoft
  • 235 total downloads
  • Latest version: 10.0.9
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.FileSystemGlobbing by: Microsoft
  • 229 total downloads
  • Latest version: 10.0.9
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.FileProviders.Physical by: Microsoft
  • 217 total downloads
  • Latest version: 10.0.9
File provider for physical files for Microsoft.Extensions.FileProviders.