Microsoft.EntityFrameworkCore.Design 9.0.0
The Entity Framework Core tools help with design-time development tasks. They're primarily used to manage Migrations and to scaffold a DbContext and entity types by reverse engineering the schema of a database.
The Microsoft.EntityFrameworkCore.Design package is required for either command-line or Package Manager Console-based tooling, and is a dependency of dotnet-ef and Microsoft.EntityFrameworkCore.Tools.
Usage
Install the package into your project and then use either dotnet-ef or Microsoft.EntityFrameworkCore.Tools.
By default, the package will install with PrivateAssets="All" so that the tooling assembly will not be included with your published app. For example:
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Getting started with EF Core
See Getting started with EF Core for more information about EF NuGet packages, including which to install when getting started.
Feedback
If you encounter a bug or issues with this package,you can open an Github issue. For more details, see getting support.
Showing the top 20 packages that depend on Microsoft.EntityFrameworkCore.Design.
| Packages | Downloads |
|---|---|
|
Microsoft.EntityFrameworkCore.Tools
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
|
17 |
|
Microsoft.EntityFrameworkCore.Tools
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
|
17 |
|
Microsoft.EntityFrameworkCore.Tools
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
|
16 |
|
AspNetCore.HealthChecks.UI
HealthChecks.UI is a ASP.NET Core UI viewer of ASP.NET Core HealthChecks. For more information see https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks
|
16 |
|
Microsoft.EntityFrameworkCore.Tools
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
|
16 |
|
Microsoft.EntityFrameworkCore.Tools
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.
Enables these commonly used commands:
Add-Migration
Drop-Database
Get-DbContext
Get-Migration
Remove-Migration
Scaffold-DbContext
Script-Migration
Update-Database
|
16 |
|
Microsoft.EntityFrameworkCore.Tools
Command line tools for Entity Framework Core. Includes the Scaffold-DbContext, Add-Migration, and Update-Database commands for the Package Manager Console in Visual Studio and the 'dotnet ef' command line tool.
|
16 |
.NET 8.0
- Microsoft.EntityFrameworkCore.Relational (>= 9.0.0)
- Humanizer.Core (>= 2.14.1)
- Microsoft.Build.Locator (>= 1.7.8)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 4.8.0)
- Microsoft.CodeAnalysis.Workspaces.MSBuild (>= 4.8.0)
- Microsoft.Extensions.DependencyModel (>= 9.0.0)
- Mono.TextTemplating (>= 3.0.0)
- Microsoft.Build.Framework (>= 17.8.3)
- Microsoft.CodeAnalysis.CSharp (>= 4.8.0)
- Microsoft.Extensions.Caching.Memory (>= 9.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Logging (>= 9.0.0)
- System.Text.Json (>= 9.0.0)
| Version | Downloads | Last updated |
|---|---|---|
| 9.0.0 | 15 | 12/01/2024 |
| 8.0.0 | 13 | 01/23/2024 |
| 7.0.14 | 14 | 12/31/2023 |
| 7.0.11 | 15 | 09/22/2023 |
| 7.0.10 | 15 | 08/16/2023 |
| 7.0.9 | 14 | 07/20/2023 |
| 7.0.8 | 13 | 06/22/2023 |
| 7.0.7 | 14 | 06/15/2023 |
| 7.0.4 | 15 | 06/11/2023 |
| 7.0.1 | 12 | 10/07/2023 |
| 7.0.0 | 11 | 06/26/2023 |
| 6.0.15 | 13 | 09/21/2023 |
| 6.0.10 | 12 | 09/05/2023 |
| 6.0.9 | 14 | 06/19/2023 |
| 6.0.4 | 12 | 09/04/2023 |
| 3.1.5 | 12 | 08/16/2023 |
| 3.1.3 | 12 | 08/16/2023 |