Microsoft.EntityFrameworkCore.Abstractions
by: Microsoft
- 13.065k total downloads
- Latest version: 2.2.6
Provides abstractions and attributes that are used to configure Entity Framework Core
This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/01da710cdeff0431fc60379580aa63f335fbc165
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 13.071k total downloads
- Latest version: 2.2.6
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design
by: Microsoft
- 1.247k total downloads
- Latest version: 2.2.4
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 35 total downloads
- Latest version: 2.2.6
In-memory database provider for Entity Framework Core (to be used for testing purposes).
This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/01da710cdeff0431fc60379580aa63f335fbc165
Microsoft.EntityFrameworkCore.Proxies
by: Microsoft
- 1.286k total downloads
- Latest version: 2.2.6
Lazy-loading proxies for EF Core.
This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/01da710cdeff0431fc60379580aa63f335fbc165
Microsoft.EntityFrameworkCore.Relational
by: Microsoft
- 8.539k total downloads
- Latest version: 2.2.4
Shared Entity Framework Core components for relational database providers.
This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/d1b10fc6ccca83e29109a0a8d9c047f2e68aede5
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 424 total downloads
- Latest version: 2.2.4
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.
Enables these commonly used commands:
Add-Migration
Drop-Database
Get-DbContext
Scaffold-DbContext
Script-Migrations
Update-Database
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 15.169k total downloads
- Latest version: 2.1.0
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
- 15.665k total downloads
- Latest version: 2.1.0
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Configuration
by: Microsoft
- 645 total downloads
- Latest version: 2.1.1
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 22.427k total downloads
- Latest version: 2.1.1
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
- 1.4k total downloads
- Latest version: 2.2.4
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/e2f51bb31a313fd329765b6fcff1b6923f6d0fc3
Microsoft.Extensions.Configuration.EnvironmentVariables
by: Microsoft
- 3.2k total downloads
- Latest version: 2.2.4
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/e2f51bb31a313fd329765b6fcff1b6923f6d0fc3
Microsoft.Extensions.DependencyInjection
by: Microsoft
- 15.603k total downloads
- Latest version: 2.1.0
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 57.267k total downloads
- Latest version: 2.1.1
Abstractions for dependency injection.
Commonly used types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyModel
by: Microsoft.Extensions.DependencyModel
- 6.922k total downloads
- Latest version: 2.0.3
Abstractions for reading `.deps` files.
Microsoft.Extensions.FileProviders.Abstractions
by: Microsoft
- 17.743k total downloads
- Latest version: 2.1.0
Abstractions of files and directories.
Commonly used types:
Microsoft.Extensions.FileProviders.IDirectoryContents
Microsoft.Extensions.FileProviders.IFileInfo
Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.FileProviders.Composite
by: Microsoft
- 7.78k total downloads
- Latest version: 2.1.0
Composite file and directory providers for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileProviders.Physical
by: Microsoft
- 6.907k total downloads
- Latest version: 2.0.0
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileSystemGlobbing
by: Microsoft
- 14.807k total downloads
- Latest version: 2.1.0
File system globbing to find files matching a specified pattern.