Microsoft.EntityFrameworkCore.Abstractions
                    
                    by: Microsoft
                
                - 13.131k 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.153k total downloads
- Latest version: 2.2.6
                    CSharp Analyzers for Entity Framework Core.
                
            
                    
                        Microsoft.EntityFrameworkCore.Design
                    
                    by: Microsoft
                
                - 1.301k total downloads
- Latest version: 2.2.4
                    Shared design-time components for Entity Framework Core tools.
                
            
                    
                        Microsoft.EntityFrameworkCore.InMemory
                    
                    by: Microsoft
                
                - 64 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.396k 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.589k 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
                
                - 450 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.546k 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
                
                - 16.05k total downloads
- Latest version: 2.1.0
                    In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
                
            
                    
                        Microsoft.Extensions.Configuration
                    
                    by: Microsoft
                
                - 674 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
                
                - 24.554k 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.466k 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.227k 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.979k total downloads
- Latest version: 2.1.0
                    Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
                
            
                    
                        Microsoft.Extensions.DependencyInjection.Abstractions
                    
                    by: Microsoft
                
                - 63.45k 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
                
                - 7.272k total downloads
- Latest version: 2.0.3
                    Abstractions for reading `.deps` files.
                
            
                    
                        Microsoft.Extensions.FileProviders.Abstractions
                    
                    by: Microsoft
                
                - 18.999k 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.812k total downloads
- Latest version: 2.1.0
                    Composite file and directory providers for Microsoft.Extensions.FileProviders.
                
            
                    
                        Microsoft.Extensions.FileProviders.Physical
                    
                    by: Microsoft
                
                - 8.136k total downloads
- Latest version: 2.0.0
                    File provider for physical files for Microsoft.Extensions.FileProviders.
                
            
                    
                        Microsoft.Extensions.FileSystemGlobbing
                    
                    by: Microsoft
                
                - 16.063k total downloads
- Latest version: 2.1.0
                    File system globbing to find files matching a specified pattern.