Microsoft.Extensions.Configuration.Xml
by: Microsoft
- 3 total downloads
- Latest version: 7.0.0-rc.1.22426.10
XML configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0-preview.19074.2
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyModel
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-rc.2.25502.107
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.DiagnosticAdapter
by: Microsoft
- 4 total downloads
- Latest version: 3.1.16
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.ExceptionSummarization
by: Microsoft
- 1 total downloads
- Latest version: 8.5.0
Lets you retrieve exception summary information.
Microsoft.Extensions.Diagnostics.HealthChecks
by: Microsoft
- 2 total downloads
- Latest version: 9.0.5
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/ed74665e773dd1ebea3289c5662d71c590305932
- 2 total downloads
- Latest version: 6.0.20
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/39e0501ee91dcf2b9b885d647795184815fb0408
Microsoft.Extensions.Features
by: Microsoft
- 8 total downloads
- Latest version: 10.0.0-preview.4.25258.110
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/dotnet/tree/c22dcd0c7a78d095a94d20e59ec0271b9924c82c
Microsoft.Extensions.FileProviders.Composite
by: Microsoft
- 4 total downloads
- Latest version: 9.0.6
Composite file and directory providers for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileProviders.Embedded
by: Microsoft
- 5 total downloads
- Latest version: 10.0.0-rc.1.25451.107
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/2db1f5ee2bdda2e8d873769325fabede32e420e0
Microsoft.Extensions.FileProviders.Physical
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0-preview5.19227.9
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.Globalization.CultureInfoCache
by: Microsoft
- 2 total downloads
- Latest version: 1.1.3
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.Hosting
by: Microsoft
- 9 total downloads
- Latest version: 10.0.0-preview.4.25258.110
Hosting and startup infrastructures for applications.
Microsoft.Extensions.Http
by: Microsoft
- 32 total downloads
- Latest version: 10.0.0-preview.2.25163.2
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
- 17 total downloads
- Latest version: 9.0.7
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/f6b3a5da75eb405046889a5447ec9b14cc29d285
Microsoft.Extensions.Identity.Core
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.Identity.Stores
by: Microsoft
- 5 total downloads
- Latest version: 7.0.0
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/bb01bbf4433e27289b99001b7de6a582879d1835
Microsoft.Extensions.Localization
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0-preview-18579-0056
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/aspnet/Localization/tree/c283dfb56cd9620edfae644f1229d8231e9cfc0e
Microsoft.Extensions.Localization.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-preview.4.20257.10
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/cdfa43bbe0ecc13757cc6517c9a253de77c3ec56
Microsoft.Extensions.Logging
by: Microsoft
- 14 total downloads
- Latest version: 10.0.0-preview.1.25080.5
Logging infrastructure default implementation for Microsoft.Extensions.Logging.