Microsoft.Extensions.Configuration.EnvironmentVariables by: Microsoft
  • 3 total downloads
  • Latest version: 9.0.0-preview.4.24266.19
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from environment variables. You can use EnvironmentVariablesExtensions.AddEnvironmentVariables extension method on IConfigurationBuilder to add the environment variables configuration provider to the configuration builder.
Microsoft.Extensions.Configuration.Ini by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.28
  • configuration ini
INI configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Json by: Microsoft
  • 1 total downloads
  • Latest version: 3.0.0
  • configuration json
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.KeyPerFile by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-preview.5.20279.2
  • configuration
Configuration provider that uses files in a directory for Microsoft.Extensions.Configuration. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/a5920c6656c9b8cef9e1f769c28062f0ade62f60
Microsoft.Extensions.Configuration.UserSecrets by: Microsoft
  • 1 total downloads
  • Latest version: 3.0.0-preview4.19216.2
  • configuration secrets usersecrets
User secrets configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Xml by: Microsoft
  • 3 total downloads
  • Latest version: 3.1.27
  • configuration xml
XML configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.4
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyModel by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.0-preview.3.22175.4
Abstractions for reading `.deps` files. Commonly Used Types: Microsoft.Extensions.DependencyModel.DependencyContext
Microsoft.Extensions.DiagnosticAdapter by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.16
  • diagnosticadapter diagnosticlistener diagnostics
Microsoft extension adapter feature to extend DiagnosticListener. Contains extension methods that extend System.Diagnostics.DiagnosticListener, and enables duck-typing based event handling by using dynamically generated proxy types.
Microsoft.Extensions.Diagnostics by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0-preview.2.24128.5
This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.
Microsoft.Extensions.Diagnostics.HealthChecks by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.20
  • diagnostics healthchecks
Components for performing health checks in .NET applications Commonly Used Types: Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService Microsoft.Extensions.Diagnostics.HealthChecks.IHealthChecksBuilder This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d9ba962869d1b1c410ea476b02de2f8e27eec762
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions by: Microsoft
  • 3 total downloads
  • Latest version: 8.0.16
  • diagnostics healthchecks
Abstractions for defining health checks in .NET applications Commonly Used Types Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/4ae1269bff83362236d0f3bd4c9302e6a1e9341c
Microsoft.Extensions.FileProviders.Composite by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.0-preview.4.23259.5
Composite file and directory providers for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileProviders.Embedded by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0-rc.2.25502.107
  • files filesystem
File provider for files in embedded resources for Microsoft.Extensions.FileProviders. This package was built from the source code at https://github.com/dotnet/dotnet/tree/89c8f6a112d37d2ea8b77821e56d170a1bccdc5a
Microsoft.Extensions.FileProviders.Physical by: Microsoft
  • 0 total downloads
  • Latest version: 11.0.0-preview.4.26230.115
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileSystemGlobbing by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0-rc.2.24473.5
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Hosting by: Microsoft
  • 1 total downloads
  • Latest version: 3.0.0-preview.19074.2
  • hosting
.NET Core hosting and startup infrastructures for applications. This package was built from the source code at https://github.com/aspnet/Extensions/tree/0de62ae930da31048ba7e54c8cd0c6c0bcbd9095
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0-preview.1.25080.5
Hosting and startup abstractions for applications.
Microsoft.Extensions.Hosting.Systemd by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.7
  • hosting
.NET hosting infrastructure for Systemd Services.
Microsoft.Extensions.Http by: Microsoft
  • 1 total downloads
  • Latest version: 11.0.0-preview.4.26230.115
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