Microsoft.Extensions.Configuration.UserSecrets by: Microsoft
  • 5 total downloads
  • Latest version: 10.0.0-preview.6.25358.103
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.Configuration.Xml by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.4
  • configuration xml
XML configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection by: Microsoft
  • 2 total downloads
  • Latest version: 3.1.28
  • dependencyinjection di
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft
  • 7 total downloads
  • Latest version: 10.0.0-preview.7.25380.108
Abstractions for dependency injection. Commonly Used Types: Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyModel by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0
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.Diagnostics.ExceptionSummarization by: Microsoft
  • 1 total downloads
  • Latest version: 10.4.0
Lets you retrieve exception summary information.
Microsoft.Extensions.Diagnostics.HealthChecks by: Microsoft
  • 3 total downloads
  • Latest version: 11.0.0-preview.2.26159.112
  • 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/dotnet/tree/17d11de66cf75b962995c81dd1235fae9aa5ece0
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0-preview.7.25380.108
  • 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/dotnet/tree/30000d883e06c122311a66894579bc12329a09d4
Microsoft.Extensions.Features by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.5
  • aspnetcore
Provides abstractions for a loosly coupled collection of features. Commonly Used Types: Microsoft.AspNetCore.Http.Features.IFeatureCollection Microsoft.AspNetCore.Http.Features.FeatureCollection This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c9e3996173cec136bc2e9f3b4ec45f2a323b1d63
Microsoft.Extensions.FileProviders.Embedded by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.0-preview.3.21201.13
  • 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/aspnetcore/tree/718171eeb4bd236ab4f0d9b1ecd97ecc63ec0be1
Microsoft.Extensions.FileProviders.Physical by: Microsoft
  • 3 total downloads
  • Latest version: 9.0.9
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileSystemGlobbing by: Microsoft
  • 20 total downloads
  • Latest version: 11.0.0-preview.2.26159.112
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 3 total downloads
  • Latest version: 9.0.13
Hosting and startup abstractions for applications.
Microsoft.Extensions.Http by: Microsoft
  • 2 total downloads
  • Latest version: 3.1.31
  • aspnetcore httpclient
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
  • 2 total downloads
  • Latest version: 6.0.33
  • aspnetcore httpclient
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/f0f9de5692adf1c0576de062f93c6ab7b176433f
Microsoft.Extensions.Identity.Core by: Microsoft
  • 3 total downloads
  • Latest version: 6.0.13
  • aspnetcore identity membership
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/50b7e9c661453874aa7a54a3985d5120564bb2e5
Microsoft.Extensions.Identity.Stores by: Microsoft
  • 2 total downloads
  • Latest version: 7.0.15
  • aspnetcore identity membership
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/c49ccc8727c620ce1cb8fb431bb3fe8f2e747236
Microsoft.Extensions.Localization by: Microsoft
  • 2 total downloads
  • Latest version: 7.0.0-preview.1.22109.13
  • localization
Application localization services and default implementation based on ResourceManager to load localized assembly resources. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/36f34b3a19eb7219142ab2035921d08e84c572c3
Microsoft.Extensions.Localization.Abstractions by: Microsoft
  • 3 total downloads
  • Latest version: 6.0.10
  • localization
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/aspnetcore/tree/32e8c8cae5b1a4dd752d0a42a6f8a2813f75f173
Microsoft.Extensions.Logging by: Microsoft
  • 6 total downloads
  • Latest version: 9.0.9
Logging infrastructure default implementation for Microsoft.Extensions.Logging.