Microsoft.Extensions.Caching.Memory
by: Microsoft
- 1 total downloads
- Latest version: 9.0.0-rc.1.24431.7
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Caching.StackExchangeRedis
by: Microsoft
- 2 total downloads
- Latest version: 5.0.0-preview.5.20278.3
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
Microsoft.Extensions.Configuration
by: Microsoft
- 2 total downloads
- Latest version: 9.0.0-rc.1.24431.7
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Binder
by: Microsoft
- 2 total downloads
- Latest version: 7.0.3
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 27 total downloads
- Latest version: 9.0.0-rc.1.24431.7
Abstractions for dependency injection.
Commonly Used Types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyModel
by: Microsoft
- 1 total downloads
- Latest version: 9.0.0-preview.5.24306.7
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
by: Microsoft
- 1 total downloads
- Latest version: 9.0.0-rc.1.24431.7
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
- 0 total downloads
- Latest version: 9.0.0-rc.1.24431.7
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
- 38 total downloads
- Latest version: 9.0.0-preview.6.24328.4
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/f5084525411d53b81d9950b68616117750b674d4
Microsoft.Extensions.FileProviders.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-preview.4.20251.6
Abstractions of files and directories.
Commonly Used Types:
Microsoft.Extensions.FileProviders.IDirectoryContents
Microsoft.Extensions.FileProviders.IFileInfo
Microsoft.Extensions.FileProviders.IFileProvider
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Hosting.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 8.0.0-preview.6.23329.7
Hosting and startup abstractions for applications.
Microsoft.Extensions.Http
by: Microsoft
- 17 total downloads
- Latest version: 9.0.0-rc.1.24431.7
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
- 3 total downloads
- Latest version: 8.0.2
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/da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644
Microsoft.Extensions.Identity.Stores
by: Microsoft
- 2 total downloads
- Latest version: 5.0.7
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/67acc3d331454956fc06d6de2218a625e3e596f8
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 29 total downloads
- Latest version: 9.0.0-preview.6.24327.7
Logging abstractions for Microsoft.Extensions.Logging.
Commonly Used Types:
Microsoft.Extensions.Logging.ILogger
Microsoft.Extensions.Logging.ILoggerFactory
Microsoft.Extensions.Logging.ILogger<TCategoryName>
Microsoft.Extensions.Logging.LogLevel
Microsoft.Extensions.Logging.Logger<T>
Microsoft.Extensions.Logging.LoggerMessage
Microsoft.Extensions.Logging.Abstractions.NullLogger
Microsoft.Extensions.Logging.Configuration
by: Microsoft
- 1 total downloads
- Latest version: 9.0.0-rc.1.24431.7
Configuration support for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Log4Net.AspNetCore
by: Huor Swords
- 1 total downloads
- Latest version: 8.0.0
Allows to configure Log4net as Microsoft Extensions Logging handler on any ASP.NET Core application.
Original code proposal by @anuraj --> https://dotnetthoughts.net/how-to-use-log4net-with-aspnetcore-for-logging/
Microsoft.Extensions.Options
by: Microsoft
- 19 total downloads
- Latest version: 9.0.0-preview.7.24405.7
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Primitives
by: Microsoft
- 19 total downloads
- Latest version: 9.0.0-preview.4.24266.19
Primitives shared by framework extensions. Commonly used types include:
Commonly Used Types:
Microsoft.Extensions.Primitives.IChangeToken
Microsoft.Extensions.Primitives.StringValues
Microsoft.Extensions.Primitives.StringSegment