Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 1 total downloads
- Latest version: 2.3.0
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.EntityFrameworkCore.Relational.Design
by: Microsoft
- 1 total downloads
- Latest version: 1.1.4
Shared design-time Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft
- 1 total downloads
- Latest version: 3.1.13
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 9.0.12
Caching abstractions for in-memory cache and distributed cache.
Commonly Used Types:
Microsoft.Extensions.Caching.Distributed.IDistributedCache
Microsoft.Extensions.Caching.Memory.IMemoryCache
Microsoft.Extensions.Caching.Memory
by: Microsoft
- 5 total downloads
- Latest version: 5.0.0-preview.5.20278.1
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Caching.SqlServer
by: Microsoft
- 1 total downloads
- Latest version: 3.1.24
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server.
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-preview.4.20251.6
Abstractions of key-value pair based configuration.
Commonly Used Types:
Microsoft.Extensions.Configuration.IConfiguration
Microsoft.Extensions.Configuration.IConfigurationBuilder
Microsoft.Extensions.Configuration.IConfigurationProvider
Microsoft.Extensions.Configuration.IConfigurationRoot
Microsoft.Extensions.Configuration.IConfigurationSection
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Configuration.CommandLine
by: Microsoft
- 8 total downloads
- Latest version: 7.0.0
Command line configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.FileExtensions
by: Microsoft
- 6 total downloads
- Latest version: 8.0.0-preview.7.23375.6
Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.
Microsoft.Extensions.Configuration.KeyPerFile
by: Microsoft
- 215 total downloads
- Latest version: 10.0.2
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/dotnet/tree/44525024595742ebe09023abe709df51de65009b
Microsoft.Extensions.Configuration.Xml
by: Microsoft
- 3 total downloads
- Latest version: 3.1.31
XML configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 5 total downloads
- Latest version: 3.1.17
Abstractions for dependency injection.
Commonly used types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DiagnosticAdapter
by: Microsoft
- 0 total downloads
- Latest version: 3.1.5
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
- 2 total downloads
- Latest version: 10.0.2
This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.
Microsoft.Extensions.Diagnostics.HealthChecks
by: Microsoft
- 5 total downloads
- Latest version: 5.0.10
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/b92c9f50f0333ea661785ba849f303cde6a93844
Microsoft.Extensions.Features
by: Microsoft
- 3 total downloads
- Latest version: 9.0.11
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/d3aba8fe1a0d0f5c145506f292b72ea9d28406fc
Microsoft.Extensions.FileProviders.Physical
by: Microsoft
- 4 total downloads
- Latest version: 5.0.0-preview.4.20251.6
File provider for physical files for Microsoft.Extensions.FileProviders.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Globalization.CultureInfoCache
by: Microsoft
- 4 total downloads
- Latest version: 1.1.0
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
- 35 total downloads
- Latest version: 10.0.2
Hosting and startup infrastructures for applications.
Microsoft.Extensions.Http.Polly
by: Microsoft
- 1 total downloads
- Latest version: 6.0.15
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/6a6d775f49623bbd742c02f89d373630668547bb