Microsoft.Extensions.Logging by: Microsoft
  • 10 total downloads
  • Latest version: 10.0.5
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Primitives by: Microsoft
  • 10 total downloads
  • Latest version: 10.0.5
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.Options by: Microsoft
  • 8 total downloads
  • Latest version: 10.0.5
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Hosting by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.6
Hosting and startup infrastructures for applications.
Microsoft.Extensions.FileSystemGlobbing by: Microsoft
  • 4 total downloads
  • Latest version: 9.0.6
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 13 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.Logging.EventSource by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.6
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.6
Hosting and startup abstractions for applications.
Microsoft.Extensions.Http by: Microsoft
  • 3 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
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.Logging.Debug by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.6
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.NETCore.Targets by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.0
Provides supporting infrastructure for portable projects: support identifiers that define framework and runtime for support targets and packages that reference the minimum supported package versions when targeting these. When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.Platforms by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.0
Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages. When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NET.Workloads.10.0.200 by: Microsoft
  • 1 total downloads
  • Latest version: 10.202.0
This package contains the workload set manifest for the 10.0.200 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.
Microsoft.Extensions.Logging.Console by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.6
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Win32.Primitives by: Microsoft
  • 2 total downloads
  • Latest version: 4.3.0
Provides common types for Win32-based libraries. Commonly Used Types: System.ComponentModel.Win32Exception When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Logging.EventLog by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.6
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.IO.RecyclableMemoryStream by: Microsoft
  • 2 total downloads
  • Latest version: 3.0.0
  • MemoryStream Memory performance GC garbage collection stream scalable buffer
A pooled MemoryStream allocator to decrease GC load and improve performance on highly scalable systems.
Microsoft.Extensions.Options.ConfigurationExtensions by: Microsoft
  • 4 total downloads
  • Latest version: 10.0.5
Provides additional configuration specific functionality related to Options.
Mono.TextTemplating by: Mikayla Hutchinson
  • 2 total downloads
  • Latest version: 3.0.0
  • T4, templating
Embeddable engine for the T4 templating language, a general-purpose way to generate text or code files using C#
Microsoft.Extensions.Logging.Configuration by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.6
Configuration support for Microsoft.Extensions.Logging.