Microsoft.EntityFrameworkCore.SqlServer.Design by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.5
  • Entity Framework Core,entity-framework-core,EF,Data,O/RM,SQL Server
Design-time Entity Framework Core Functionality for Microsoft SQL Server.
Microsoft.EntityFrameworkCore.Tools by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.16
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio. Enables these commonly used commands: Add-Migration Bundle-Migration Drop-Database Get-DbContext Get-Migration Optimize-DbContext Remove-Migration Scaffold-DbContext Script-Migration Update-Database
Microsoft.Extensions.ApiDescription.Server by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.0-preview.5.22303.8
  • MSBuild Swagger OpenAPI code generation Web API service reference document
MSBuild tasks and targets for build-time Swagger and OpenApi document generation This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/f6cb1b5953598e1562d33e1cbbdae2b130792833
Microsoft.Extensions.Caching.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 11.0.0-preview.1.26104.118
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.Hybrid by: Microsoft
  • 1 total downloads
  • Latest version: 9.4.0
  • cache distributedcache hybridcache
Multi-level caching implementation building on and extending IDistributedCache
Microsoft.Extensions.Caching.Memory by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.0-preview.6.23329.7
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Caching.SqlServer by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.0-preview.1.22109.13
  • cache distributedcache sqlserver
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/36f34b3a19eb7219142ab2035921d08e84c572c3
Microsoft.Extensions.Caching.StackExchangeRedis by: Microsoft
  • 2 total downloads
  • Latest version: 5.0.0-preview.4.20251.2
  • cache distributedcache redis
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
Microsoft.Extensions.Configuration by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.0-preview.6.25358.103
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions by: Microsoft
  • 3 total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Provides abstractions of key-value pair based configuration. Interfaces defined in this package are implemented by classes in Microsoft.Extensions.Configuration and other configuration packages.
Microsoft.Extensions.Configuration.EnvironmentVariables by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.20
  • configuration envvar environmentvariable
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.FileExtensions by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.14
  • configuration
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Ini by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.0-preview.5.22301.12
INI configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Json by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.0-preview.3.25171.5
JSON configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read your application's settings from a JSON file. You can use JsonConfigurationExtensions.AddJsonFile extension method on IConfigurationBuilder to add the JSON configuration provider to the configuration builder.
Microsoft.Extensions.Configuration.KeyPerFile by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0-preview.7.25380.108
  • configuration
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/30000d883e06c122311a66894579bc12329a09d4
Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.0-preview.3.22175.4
Abstractions for dependency injection. Commonly Used Types: Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyModel by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.12
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
  • 2 total downloads
  • Latest version: 3.1.7
  • diagnosticadapter diagnosticlistener diagnostics
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
  • 1 total downloads
  • Latest version: 10.0.0
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
  • 1 total downloads
  • Latest version: 3.1.0-preview3.19553.2
  • diagnostics healthchecks
Components for performing health checks in .NET applications Commonly Used Types: Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService Microsoft.Extensions.Diagnostics.HealthChecks.IHealthChecksBuilder