Microsoft.Extensions.Configuration.KeyPerFile
by: Microsoft
- 1 total downloads
- Latest version: 2.1.0
Configuration provider that uses files in a directory for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.UserSecrets
by: Microsoft
- 45 total downloads
- Latest version: 10.0.0
User secrets configuration provider implementation for Microsoft.Extensions.Configuration. User secrets mechanism enables you to override application configuration settings with values stored in the local secrets file. You can use UserSecretsConfigurationExtensions.AddUserSecrets extension method on IConfigurationBuilder to add user secrets provider to the configuration builder.
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 5.0.0-preview.1.20120.4
Abstractions for dependency injection.
Commonly used types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyModel
by: Microsoft
- 2 total downloads
- Latest version: 6.0.0-preview.6.21352.12
Abstractions for reading `.deps` files.
Commonly Used Types:
Microsoft.Extensions.DependencyModel.DependencyContext
Microsoft.Extensions.Diagnostics.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 10.0.1
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.Diagnostics.HealthChecks
by: Microsoft
- 4 total downloads
- Latest version: 10.0.1
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/dotnet/tree/fad253f51b461736dfd3cd9c15977bb7493becef
- 7 total downloads
- Latest version: 9.0.3
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/b96167fbfe8bd45d94e4dcda42c7d09eb5745459
Microsoft.Extensions.FileProviders.Abstractions
by: Microsoft
- 4 total downloads
- Latest version: 8.0.0-preview.6.23329.7
Abstractions of files and directories.
Commonly Used Types:
Microsoft.Extensions.FileProviders.IDirectoryContents
Microsoft.Extensions.FileProviders.IFileInfo
Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.FileProviders.Composite
by: Microsoft
- 4 total downloads
- Latest version: 8.0.0-rc.2.23479.6
Composite file and directory providers for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileProviders.Embedded
by: Microsoft
- 2 total downloads
- Latest version: 10.0.0-preview.3.25172.1
File provider for files in embedded resources for Microsoft.Extensions.FileProviders.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/de35e2b0a0d8d5d1e307907983a6838da1092898
Microsoft.Extensions.FileSystemGlobbing
by: Microsoft
- 2 total downloads
- Latest version: 10.0.1
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Hosting
by: Microsoft
- 1 total downloads
- Latest version: 3.1.11
.NET Core hosting and startup infrastructures for applications.
Microsoft.Extensions.Http
by: Microsoft
- 9 total downloads
- Latest version: 9.0.3
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.Identity.Core
by: Microsoft
- 91 total downloads
- Latest version: 10.0.0-rc.2.25502.107
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/89c8f6a112d37d2ea8b77821e56d170a1bccdc5a
Microsoft.Extensions.Identity.Stores
by: Microsoft
- 5 total downloads
- Latest version: 6.0.3
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/aspnetcore/tree/c911002ab43b7b989ed67090f2a48d9073d5118d
Microsoft.Extensions.Logging
by: Microsoft
- 1 total downloads
- Latest version: 7.0.0-preview.3.22175.4
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.AzureAppServices
by: Microsoft
- 2 total downloads
- Latest version: 6.0.31
Logger implementation to support Azure App Services 'Diagnostics logs' and 'Log stream' features.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c967158b960823ccfcb19f1ef56426e2fd38eb3f
Microsoft.Extensions.Logging.Configuration
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0
Configuration support for Microsoft.Extensions.Logging.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Logging.Console
by: Microsoft
- 1 total downloads
- Latest version: 10.0.1
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventSource
by: Microsoft
- 3 total downloads
- Latest version: 9.0.0-preview.7.24405.7
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.