Microsoft.CodeAnalysis.CSharp by: Microsoft
  • 6.785k total downloads
  • Latest version: 2.3.1
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
This package was built from the source at https://github.com/dotnet/roslyn/commit/57c813192bd494bb15aaa841f415f28f50438e19
Microsoft.CodeAnalysis.Razor by: Microsoft
  • 14.777k total downloads
  • Latest version: 2.1.0
  • aspnetcore cshtml razor
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor design-time infrastructure.
Microsoft.CodeCoverage by: Microsoft
  • 39 total downloads
  • Latest version: 16.2.0
  • vstest visual-studio unittest testplatform mstest microsoft test testing codecoverage code-coverage
Microsoft.CodeCoverage package brings infra for collecting code coverage from vstest.console.exe and "dotnet test".
Microsoft.DotNet.PlatformAbstractions by: Microsoft.DotNet.PlatformAbstractions
  • 6.81k total downloads
  • Latest version: 2.0.3
Abstractions for making code that uses file system and environment testable.
Microsoft.EntityFrameworkCore by: Microsoft
  • 14.085k total downloads
  • Latest version: 2.2.6
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/01da710cdeff0431fc60379580aa63f335fbc165
Microsoft.EntityFrameworkCore.Abstractions by: Microsoft
  • 13.06k total downloads
  • Latest version: 2.2.6
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
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.063k total downloads
  • Latest version: 2.2.6
  • efcore
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design by: Microsoft
  • 1.242k total downloads
  • Latest version: 2.2.4
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.InMemory by: Microsoft
  • 34 total downloads
  • Latest version: 2.2.6
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore In-Memory
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.283k total downloads
  • Latest version: 2.2.6
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore Lazy-loading
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.537k total downloads
  • Latest version: 2.2.4
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
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
  • 420 total downloads
  • Latest version: 2.2.4
  • 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 Drop-Database Get-DbContext Scaffold-DbContext Script-Migrations Update-Database
Microsoft.Extensions.Caching.Abstractions by: Microsoft
  • 15.081k total downloads
  • Latest version: 2.1.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
  • 15.578k total downloads
  • Latest version: 2.1.0
  • cache memorycache
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Configuration by: Microsoft
  • 644 total downloads
  • Latest version: 2.1.1
  • configuration
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions by: Microsoft
  • 22.143k total downloads
  • Latest version: 2.1.1
  • 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
  • 1.398k total downloads
  • Latest version: 2.2.4
  • configuration
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.197k total downloads
  • Latest version: 2.2.4
  • configuration envvar environmentvariable
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.516k total downloads
  • Latest version: 2.1.0
  • dependencyinjection di
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft
  • 56.249k total downloads
  • Latest version: 2.1.1
  • dependencyinjection di
Abstractions for dependency injection. Commonly used types: Microsoft.Extensions.DependencyInjection.IServiceCollection