Microsoft.EntityFrameworkCore.Analyzers by: Microsoft
  • 6 total downloads
  • Latest version: 9.0.0-preview.4.24267.1
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0-preview1-final
  • Entity Framework Core entity-framework-core EF Data O/RM
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.InMemory by: Microsoft
  • 4 total downloads
  • Latest version: 1.1.5
  • Entity Framework Core entity-framework-core EF Data O/RM In-Memory
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.EntityFrameworkCore.Relational by: Microsoft
  • 3 total downloads
  • Latest version: 2.0.0-preview1-final
  • Entity Framework Core entity-framework-core EF Data O/RM
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Sqlite by: Microsoft
  • 4 total downloads
  • Latest version: 1.1.0
  • Entity Framework Core entity-framework-core EF Data O/RM SQLite
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Sqlite.Design by: Microsoft.EntityFrameworkCore.Sqlite.Design
  • 2 total downloads
  • Latest version: 1.0.3
  • Entity Framework Core entity-framework-core EF Data O/RM SQLite
Design-time Entity Framework Core functionality for SQLite
Microsoft.EntityFrameworkCore.SqlServer by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.1
  • Entity Framework Core entity-framework-core EF Data O/RM SQL Server
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.Extensions.ApiDescription.Server by: Microsoft
  • 49 total downloads
  • Latest version: 9.0.0-rc.1.24452.1
  • 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/280c613963a1768b810d09f32c998fe4490855e9
Microsoft.Extensions.Caching.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0
  • cache memorycache distributedcache
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
  • 1 total downloads
  • Latest version: 1.1.0-preview1-final
  • cache memorycache
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Configuration.Abstractions by: Microsoft
  • 4 total downloads
  • Latest version: 2.0.0
  • configuration
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
Microsoft.Extensions.Configuration.Binder by: Microsoft.Extensions.Configuration.Binder
  • 1 total downloads
  • Latest version: 1.0.1
  • configuration
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
  • dependencyinjection di
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.1
  • dependencyinjection di
Abstractions for dependency injection. Commonly used types: Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyModel by: Microsoft
  • 3 total downloads
  • Latest version: 5.0.0
Abstractions for reading `.deps` files. Commonly Used Types: Microsoft.Extensions.DependencyModel.DependencyContext When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.FileProviders.Physical by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0
  • files filesystem
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.Identity.Core by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0
  • aspnetcore identity membership
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.
Microsoft.Extensions.Identity.Stores by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore identity membership
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.
Microsoft.Extensions.Logging by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview2-final
  • logging
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 4 total downloads
  • Latest version: 7.0.0-preview.2.22152.2
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