Microsoft.Extensions.Logging.EventSource by: Microsoft
  • 30 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging by: Microsoft
  • 399 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.ObjectPool by: Microsoft
  • 19 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
  • pooling
A simple object pool implementation. This package was built from the source code at https://github.com/dotnet/dotnet/tree/a8b33e7593686eaee701cd124daaabff2311634f
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 38 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Hosting and startup abstractions for applications.
Microsoft.Extensions.Logging.Console by: Microsoft
  • 32 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventLog by: Microsoft
  • 34 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Configuration by: Microsoft
  • 28 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Configuration support for Microsoft.Extensions.Logging.
Microsoft.Extensions.Identity.Core by: Microsoft
  • 150 total downloads
  • Latest version: 10.0.5
  • 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/dotnet/tree/a612c2a1056fe3265387ae3ff7c94eba1505caf9
Microsoft.Extensions.Telemetry.Abstractions by: Microsoft
  • 8 total downloads
  • Latest version: 10.5.0
Common abstractions for high-level telemetry primitives.
Microsoft.Extensions.Primitives by: Microsoft
  • 365 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
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.Logging.Debug by: Microsoft
  • 28 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
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.Identity.Stores by: Microsoft
  • 149 total downloads
  • Latest version: 10.0.5
  • 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/dotnet/tree/a612c2a1056fe3265387ae3ff7c94eba1505caf9
Microsoft.Extensions.Options by: Microsoft
  • 404 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Options.ConfigurationExtensions by: Microsoft
  • 202 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 595 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
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.Http.Diagnostics by: Microsoft
  • 7 total downloads
  • Latest version: 10.5.0
Telemetry support for HTTP Client.
Microsoft.Extensions.Http.Polly by: Microsoft
  • 8 total downloads
  • Latest version: 10.0.3
  • 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/dotnet/tree/c2435c3e0f46de784341ac3ed62863ce77e117b4
Microsoft.Extensions.Http.Resilience by: Microsoft
  • 8 total downloads
  • Latest version: 10.5.0
Resilience mechanisms for HttpClient.
Microsoft.Extensions.Telemetry by: Microsoft
  • 7 total downloads
  • Latest version: 10.5.0
Provides canonical implementations of telemetry abstractions.
Microsoft.Extensions.Resilience by: Microsoft
  • 7 total downloads
  • Latest version: 10.5.0
Extensions to the Polly libraries to enrich telemetry with metadata and exception summaries.