Microsoft.Extensions.Configuration.Binder
by: Microsoft
- 2 total downloads
- Latest version: 10.0.0-preview.7.25380.108
Provides the functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration. This package enables you to represent the configuration data as strongly-typed classes defined in the application code. To bind a configuration, use the Microsoft.Extensions.Configuration.ConfigurationBinder.Get extension method on the IConfiguration object. To use this package, you also need to install a package for the configuration provider, for example, Microsoft.Extensions.Configuration.Json for the JSON provider.
Microsoft.Extensions.Configuration.CommandLine
by: Microsoft
- 57 total downloads
- Latest version: 10.0.0-preview.2.25163.2
Command line configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from the command line arguments of your application. You can use CommandLineConfigurationExtensions.AddCommandLine extension method on IConfigurationBuilder to add the command line configuration provider to the configuration builder.
Microsoft.Extensions.Configuration.EnvironmentVariables
by: Microsoft
- 1 total downloads
- Latest version: 3.1.26
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Ini
by: Microsoft
- 45 total downloads
- Latest version: 10.0.0-preview.7.25380.108
INI configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from INI files. You can use IniConfigurationExtensions.AddIniFile extension method on IConfigurationBuilder to add INI configuration provider to the configuration builder.
Microsoft.Extensions.DependencyInjection
by: Microsoft
- 1 total downloads
- Latest version: 9.0.11
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyModel
by: Microsoft
- 1 total downloads
- Latest version: 7.0.0-preview.6.22324.4
Abstractions for reading `.deps` files.
Commonly Used Types:
Microsoft.Extensions.DependencyModel.DependencyContext
Microsoft.Extensions.DiagnosticAdapter
by: Microsoft
- 17 total downloads
- Latest version: 3.1.30
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
- 15 total downloads
- Latest version: 10.0.0-preview.6.25358.103
This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.
Microsoft.Extensions.Diagnostics.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 10.0.0
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
- 1 total downloads
- Latest version: 8.0.10
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/c2a442982e736e17ae6bcadbfd8ccba278ee1be6
Microsoft.Extensions.FileProviders.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 7.0.0-rc.2.22472.3
Abstractions of files and directories.
Commonly Used Types:
Microsoft.Extensions.FileProviders.IDirectoryContents
Microsoft.Extensions.FileProviders.IFileInfo
Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.FileSystemGlobbing
by: Microsoft
- 2 total downloads
- Latest version: 8.0.0
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Globalization.CultureInfoCache
by: Microsoft
- 4 total downloads
- Latest version: 1.1.0-preview1-final
Provides cached instances of CultureInfo using a generated list of known culture names for use in scenarios where unbounded CultureInfo creation is undesirable.
Microsoft.Extensions.Http
by: Microsoft
- 1 total downloads
- Latest version: 7.0.0-preview.7.22375.6
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.Http.Polly
by: Microsoft
- 1 total downloads
- Latest version: 6.0.3
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/aspnetcore/tree/c911002ab43b7b989ed67090f2a48d9073d5118d
Microsoft.Extensions.Identity.Stores
by: Microsoft
- 3 total downloads
- Latest version: 8.0.20
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/c78f4a816c0c6a978a801a05a31dce9013e099e2
Microsoft.Extensions.Localization
by: Microsoft
- 2 total downloads
- Latest version: 3.1.24
Application localization services and default implementation based on ResourceManager to load localized assembly resources.
Microsoft.Extensions.Localization.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 10.0.0-preview.4.25258.110
Abstractions of application localization services.
Commonly used types:
Microsoft.Extensions.Localization.IStringLocalizer
Microsoft.Extensions.Localization.IStringLocalizer<T>
This package was built from the source code at https://github.com/dotnet/dotnet/tree/c22dcd0c7a78d095a94d20e59ec0271b9924c82c
Microsoft.Extensions.Logging
by: Microsoft
- 1 total downloads
- Latest version: 3.1.0-preview3.19553.2
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.AzureAppServices
by: Microsoft
- 1 total downloads
- Latest version: 6.0.22
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/564969bca155b40432d101ec35f24a0e81e6afa0