Microsoft.Extensions.Caching.Memory
by: Microsoft
- 3 total downloads
- Latest version: 10.0.0
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Caching.Redis
by: Microsoft
- 3 total downloads
- Latest version: 2.2.0-preview2-35157
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
This package was built from the source at:
https://github.com/aspnet/Caching/tree/a3063f41bce093b3465a241ce0e3670f60f8d33e
Microsoft.Extensions.Caching.SqlServer
by: Microsoft
- 0 total downloads
- Latest version: 8.0.21
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/6254f5ca64f85b90327592dff67ea6b2ec0262c6
Microsoft.Extensions.Caching.StackExchangeRedis
by: Microsoft
- 6 total downloads
- Latest version: 8.0.6
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/b8139c5ee58f1708b0e3368a1b241400edd6cbc4
Microsoft.Extensions.Compliance.Abstractions
by: Microsoft
- 5 total downloads
- Latest version: 9.10.0
Abstractions to help ensure compliant data management.
Microsoft.Extensions.Configuration
by: Microsoft
- 0 total downloads
- Latest version: 9.0.0-preview.2.24128.5
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: 10.0.0-preview.1.25080.5
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
- 1 total downloads
- Latest version: 3.1.22
Command line configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.EnvironmentVariables
by: Microsoft
- 0 total downloads
- Latest version: 6.0.0-preview.5.21301.5
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.FileExtensions
by: Microsoft
- 0 total downloads
- Latest version: 3.1.19
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Ini
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-preview.6.25358.103
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.Configuration.KeyPerFile
by: Microsoft
- 1 total downloads
- Latest version: 7.0.17
Configuration provider that uses files in a directory for Microsoft.Extensions.Configuration.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d0ca5a8d20ac50a33d5451e998a5d411a810c8d7
Microsoft.Extensions.Configuration.Xml
by: Microsoft
- 0 total downloads
- Latest version: 7.0.0-rc.1.22426.10
XML configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection
by: Microsoft
- 27 total downloads
- Latest version: 10.0.0
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 13 total downloads
- Latest version: 10.0.0-preview.3.25171.5
Abstractions for dependency injection.
Commonly Used Types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyModel
by: Microsoft
- 0 total downloads
- Latest version: 7.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.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 9.0.11
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.ExceptionSummarization
by: Microsoft
- 2 total downloads
- Latest version: 10.0.0
Lets you retrieve exception summary information.
Microsoft.Extensions.Diagnostics.HealthChecks
by: Microsoft
- 1 total downloads
- Latest version: 5.0.12
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/0bc3c376f0cd14335e8b3afca69596acabeb1f80
Microsoft.Extensions.Features
by: Microsoft
- 0 total downloads
- Latest version: 8.0.0-preview.7.23375.9
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/8df730db29a670c853e3cff67fe70eb1cf6e8af7