Microsoft.Extensions.Hosting by: Microsoft
  • 85 total downloads
  • Latest version: 11.0.0-preview.2.26159.112
Hosting and startup infrastructures for applications.
Microsoft.Extensions.FileProviders.Abstractions by: Microsoft
  • 48 total downloads
  • Latest version: 10.0.6
Abstractions of files and directories. Commonly Used Types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.Logging by: Microsoft
  • 81 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Primitives by: Microsoft
  • 59 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.Options by: Microsoft
  • 63 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.DependencyModel by: Microsoft
  • 54 total downloads
  • Latest version: 11.0.0-preview.1.26104.118
Provides abstractions for reading `.deps` files. When a .NET application is compiled, the SDK generates a JSON manifest file (`<ApplicationName>.deps.json`) that contains information about application dependencies. You can use `Microsoft.Extensions.DependencyModel` to read information from this manifest at run time. This is useful when you want to dynamically compile code (for example, using Roslyn Emit API) referencing the same dependencies as your main application. By default, the dependency manifest contains information about the application's target framework and runtime dependencies. Set the PreserveCompilationContext project property to `true` to additionally include information about reference assemblies used during compilation.
Microsoft.Extensions.FileSystemGlobbing by: Microsoft
  • 54 total downloads
  • Latest version: 10.0.5
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 58 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.Hosting.Abstractions by: Microsoft
  • 33 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Hosting and startup abstractions for applications.
Microsoft.Extensions.Logging.EventSource by: Microsoft
  • 6 total downloads
  • Latest version: 9.0.6
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.FileProviders.Physical by: Microsoft
  • 33 total downloads
  • Latest version: 10.0.6
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.Http by: Microsoft
  • 81 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.Diagnostics by: Microsoft
  • 17 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.
Microsoft.Extensions.Logging.Debug by: Microsoft
  • 15 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.Diagnostics.Abstractions by: Microsoft
  • 12 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Diagnostic abstractions for Microsoft.Extensions.Diagnostics. Commonly Used Types: Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule Microsoft.Extensions.Diagnostics.Metrics.MeterScope Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions
Microsoft.Extensions.Logging.Console by: Microsoft
  • 56 total downloads
  • Latest version: 10.0.3
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Configuration by: Microsoft
  • 50 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Configuration support for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventLog by: Microsoft
  • 46 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.IO.RecyclableMemoryStream by: Microsoft
  • 7 total downloads
  • Latest version: 3.0.1
  • 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
  • 8 total downloads
  • Latest version: 10.0.5
Provides additional configuration specific functionality related to Options.