Microsoft.EntityFrameworkCore.Design
8.0.19
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.EntityFrameworkCore.Design --version 8.0.19
NuGet\Install-Package Microsoft.EntityFrameworkCore.Design -Version 8.0.19
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.19"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Microsoft.EntityFrameworkCore.Design --version 8.0.19
#r "nuget: Microsoft.EntityFrameworkCore.Design, 8.0.19"
#:package Microsoft.EntityFrameworkCore.Design@8.0.19
#addin nuget:?package=Microsoft.EntityFrameworkCore.Design&version=8.0.19
#tool nuget:?package=Microsoft.EntityFrameworkCore.Design&version=8.0.19
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Humanizer.Core (>= 2.14.1)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 4.5.0)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.19)
- Microsoft.Extensions.DependencyModel (>= 8.0.2)
- Mono.TextTemplating (>= 2.2.1)
NuGet packages (590)
Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.Design:
Package | 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 |
|
Microsoft.VisualStudio.Web.CodeGenerators.Mvc
Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views. |
|
Microsoft.VisualStudio.Web.CodeGeneration.Design
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views. |
|
Microsoft.VisualStudio.Web.CodeGeneration
Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies. |
|
Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore
Contains Entity Framework Core Services used by ASP.NET Core Code Generators. |
GitHub repositories (536)
Showing the top 20 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.Design:
Repository | Stars |
---|---|
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
|
|
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
|
|
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 9
|
|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 RC 1, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
|
|
bchavez/Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
|
|
Kareadita/Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
|
|
RayWangQvQ/BiliBiliToolPro
B 站(bilibili)自动任务工具,支持docker、青龙、k8s等多种部署方式。敏感肌也能用。
|
|
MassTransit/MassTransit
Distributed Application Framework for .NET
|
|
btcpayserver/btcpayserver
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
|
|
EduardoPires/EquinoxProject
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
|
|
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
|
|
graphql-dotnet/graphql-dotnet
GraphQL for .NET
|
|
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
|
|
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
|
|
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
|
|
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
|
Version | Downloads | Last Updated | |
---|---|---|---|
10.0.0-rc.2.25502.107 | 3,759 | 10/14/2025 | |
10.0.0-rc.1.25451.107 | 43,724 | 9/9/2025 | |
10.0.0-preview.7.25380.108 | 16,451 | 8/12/2025 | |
10.0.0-preview.6.25358.103 | 10,752 | 7/15/2025 | |
10.0.0-preview.5.25277.114 | 14,990 | 6/6/2025 | |
10.0.0-preview.4.25258.110 | 8,196 | 5/12/2025 | |
10.0.0-preview.3.25171.6 | 8,472 | 4/10/2025 | |
10.0.0-preview.2.25163.8 | 5,959 | 3/18/2025 | |
10.0.0-preview.1.25081.1 | 7,230 | 2/25/2025 | |
9.0.10 | 162,126 | 10/14/2025 | |
9.0.9 | 2,599,534 | 9/9/2025 | |
9.0.8 | 3,342,512 | 8/5/2025 | |
9.0.7 | 2,716,709 | 7/8/2025 | |
9.0.6 | 3,533,514 | 6/10/2025 | |
9.0.5 | 3,936,143 | 5/13/2025 | |
9.0.4 | 5,381,304 | 4/8/2025 | |
9.0.3 | 4,566,767 | 3/11/2025 | |
9.0.2 | 4,945,623 | 2/11/2025 | |
9.0.1 | 5,956,385 | 1/14/2025 | |
9.0.0 | 9,877,310 | 11/12/2024 | |
9.0.0-rc.2.24474.1 | 137,249 | 10/8/2024 | |
9.0.0-rc.1.24451.1 | 83,270 | 9/10/2024 | |
9.0.0-preview.7.24405.3 | 36,256 | 8/13/2024 | |
9.0.0-preview.6.24327.4 | 31,680 | 7/9/2024 | |
9.0.0-preview.5.24306.3 | 33,269 | 6/11/2024 | |
9.0.0-preview.4.24267.1 | 28,649 | 5/21/2024 | |
9.0.0-preview.3.24172.4 | 132,500 | 4/11/2024 | |
9.0.0-preview.2.24128.4 | 39,293 | 3/12/2024 | |
9.0.0-preview.1.24081.2 | 67,181 | 2/13/2024 | |
8.0.21 | 36,293 | 10/14/2025 | |
8.0.20 | 547,943 | 9/9/2025 | |
8.0.19 | 1,238,897 | 8/5/2025 | |
8.0.18 | 760,431 | 7/8/2025 | |
8.0.17 | 1,903,429 | 6/10/2025 | |
8.0.16 | 1,655,795 | 5/13/2025 | |
8.0.15 | 2,260,782 | 4/8/2025 | |
8.0.14 | 3,002,434 | 3/11/2025 | |
8.0.13 | 2,956,404 | 2/11/2025 | |
8.0.12 | 3,235,828 | 1/14/2025 | |
8.0.11 | 12,964,188 | 11/12/2024 | |
8.0.10 | 15,320,122 | 10/8/2024 | |
8.0.8 | 17,754,291 | 8/13/2024 | |
8.0.7 | 10,891,039 | 7/9/2024 | |
8.0.6 | 12,135,482 | 5/28/2024 | |
8.0.5 | 4,689,411 | 5/14/2024 | |
8.0.4 | 12,987,080 | 4/9/2024 | |
8.0.3 | 7,697,718 | 3/12/2024 | |
8.0.2 | 10,023,611 | 2/13/2024 | |
8.0.1 | 8,186,593 | 1/9/2024 | |
8.0.0 | 19,979,090 | 11/14/2023 | |
8.0.0-rc.2.23480.1 | 115,712 | 10/10/2023 | |
8.0.0-rc.1.23419.6 | 73,395 | 9/12/2023 | |
8.0.0-preview.7.23375.4 | 40,444 | 8/8/2023 | |
8.0.0-preview.6.23329.4 | 60,299 | 7/11/2023 | |
8.0.0-preview.5.23280.1 | 142,301 | 6/13/2023 | |
8.0.0-preview.4.23259.3 | 68,219 | 5/16/2023 | |
8.0.0-preview.3.23174.2 | 103,339 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 48,481 | 3/14/2023 | |
8.0.0-preview.1.23111.4 | 95,499 | 2/21/2023 | |
7.0.20 | 2,395,169 | 5/28/2024 | |
7.0.19 | 350,375 | 5/14/2024 | |
7.0.18 | 914,492 | 4/9/2024 | |
7.0.17 | 830,084 | 3/12/2024 | |
7.0.16 | 1,258,095 | 2/13/2024 | |
7.0.15 | 1,653,346 | 1/9/2024 | |
7.0.14 | 3,525,447 | 11/14/2023 | |
7.0.13 | 4,597,493 | 10/24/2023 | |
7.0.12 | 2,598,187 | 10/10/2023 | |
7.0.11 | 7,227,766 | 9/12/2023 | |
7.0.10 | 5,839,253 | 8/8/2023 | |
7.0.9 | 6,520,324 | 7/11/2023 | |
7.0.8 | 3,570,515 | 6/22/2023 | |
7.0.7 | 1,810,244 | 6/13/2023 | |
7.0.5 | 12,445,272 | 4/11/2023 | |
7.0.4 | 5,734,850 | 3/14/2023 | |
7.0.3 | 6,590,670 | 2/14/2023 | |
7.0.2 | 8,555,665 | 1/10/2023 | |
7.0.1 | 4,662,993 | 12/13/2022 | |
7.0.0 | 6,382,266 | 11/7/2022 | |
7.0.0-rc.2.22472.11 | 112,151 | 10/11/2022 | |
7.0.0-rc.1.22426.7 | 55,009 | 9/14/2022 | |
7.0.0-preview.7.22376.2 | 43,425 | 8/9/2022 | |
7.0.0-preview.6.22329.4 | 38,895 | 7/12/2022 | |
7.0.0-preview.5.22302.2 | 29,694 | 6/14/2022 | |
7.0.0-preview.4.22229.2 | 39,969 | 5/10/2022 | |
7.0.0-preview.3.22175.1 | 57,576 | 4/13/2022 | |
7.0.0-preview.2.22153.1 | 31,293 | 3/14/2022 | |
7.0.0-preview.1.22076.6 | 26,633 | 2/17/2022 | |
6.0.36 | 1,025,595 | 11/12/2024 | |
6.0.35 | 427,054 | 10/8/2024 | |
6.0.33 | 1,502,076 | 8/13/2024 | |
6.0.32 | 385,669 | 7/9/2024 | |
6.0.31 | 529,652 | 5/28/2024 | |
6.0.30 | 292,917 | 5/14/2024 | |
6.0.29 | 952,867 | 4/9/2024 | |
6.0.28 | 837,243 | 3/12/2024 | |
6.0.27 | 822,357 | 2/13/2024 | |
6.0.26 | 1,198,396 | 1/9/2024 | |
6.0.25 | 1,890,691 | 11/14/2023 | |
6.0.24 | 920,850 | 10/24/2023 | |
6.0.23 | 707,897 | 10/10/2023 | |
6.0.22 | 1,573,784 | 9/12/2023 | |
6.0.21 | 1,590,188 | 8/8/2023 | |
6.0.20 | 1,616,049 | 7/11/2023 | |
6.0.19 | 976,440 | 6/22/2023 | |
6.0.18 | 704,587 | 6/13/2023 | |
6.0.16 | 4,154,374 | 4/11/2023 | |
6.0.15 | 2,112,230 | 3/14/2023 | |
6.0.14 | 2,774,470 | 2/14/2023 | |
6.0.13 | 3,854,555 | 1/10/2023 | |
6.0.12 | 4,072,106 | 12/13/2022 | |
6.0.11 | 4,999,330 | 11/7/2022 | |
6.0.10 | 9,086,365 | 10/11/2022 | |
6.0.9 | 7,919,285 | 9/13/2022 | |
6.0.8 | 9,999,047 | 8/9/2022 | |
6.0.7 | 16,915,907 | 7/12/2022 | |
6.0.6 | 6,943,544 | 6/14/2022 | |
6.0.5 | 9,688,559 | 5/10/2022 | |
6.0.4 | 7,866,299 | 4/11/2022 | |
6.0.3 | 8,255,171 | 3/8/2022 | |
6.0.2 | 6,838,279 | 2/8/2022 | |
6.0.1 | 11,386,736 | 12/14/2021 | |
6.0.0 | 17,078,547 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 113,352 | 10/12/2021 | |
6.0.0-rc.1.21452.10 | 81,255 | 9/14/2021 | |
6.0.0-preview.7.21378.4 | 74,271 | 8/10/2021 | |
6.0.0-preview.6.21352.1 | 26,664 | 7/14/2021 | |
6.0.0-preview.5.21301.9 | 87,320 | 6/15/2021 | |
6.0.0-preview.4.21253.1 | 53,528 | 5/24/2021 | |
6.0.0-preview.3.21201.2 | 50,260 | 4/8/2021 | |
6.0.0-preview.2.21154.2 | 20,083 | 3/11/2021 | |
6.0.0-preview.1.21102.2 | 43,420 | 2/12/2021 | |
5.0.17 | 4,076,942 | 5/10/2022 | |
5.0.16 | 680,793 | 4/11/2022 | |
5.0.15 | 1,024,480 | 3/8/2022 | |
5.0.14 | 1,297,488 | 2/8/2022 | |
5.0.13 | 2,240,168 | 12/14/2021 | |
5.0.12 | 2,316,383 | 11/7/2021 | |
5.0.11 | 4,397,087 | 10/12/2021 | |
5.0.10 | 5,672,378 | 9/14/2021 | |
5.0.9 | 4,880,172 | 8/10/2021 | |
5.0.8 | 4,312,875 | 7/13/2021 | |
5.0.7 | 5,535,973 | 6/8/2021 | |
5.0.6 | 3,933,532 | 5/11/2021 | |
5.0.5 | 5,562,692 | 4/6/2021 | |
5.0.4 | 3,667,843 | 3/9/2021 | |
5.0.3 | 3,690,708 | 2/9/2021 | |
5.0.2 | 4,152,114 | 1/12/2021 | |
5.0.1 | 6,565,307 | 12/8/2020 | |
5.0.0 | 5,037,128 | 11/9/2020 | |
5.0.0-rc.2.20475.6 | 109,563 | 10/13/2020 | |
5.0.0-rc.1.20451.13 | 124,619 | 9/14/2020 | |
5.0.0-preview.8.20407.4 | 49,928 | 8/25/2020 | |
5.0.0-preview.7.20365.15 | 45,043 | 7/21/2020 | |
5.0.0-preview.6.20312.4 | 39,219 | 6/25/2020 | |
5.0.0-preview.5.20278.2 | 30,956 | 6/10/2020 | |
5.0.0-preview.4.20220.10 | 37,892 | 5/18/2020 | |
5.0.0-preview.3.20181.2 | 49,682 | 4/23/2020 | |
5.0.0-preview.2.20159.4 | 32,555 | 4/2/2020 | |
5.0.0-preview.2.20120.8 | 18,011 | 3/16/2020 | |
3.1.32 | 1,828,951 | 12/13/2022 | |
3.1.31 | 251,571 | 11/8/2022 | |
3.1.30 | 367,460 | 10/11/2022 | |
3.1.29 | 824,247 | 9/13/2022 | |
3.1.28 | 254,137 | 8/9/2022 | |
3.1.27 | 233,495 | 7/12/2022 | |
3.1.26 | 349,149 | 6/14/2022 | |
3.1.25 | 466,318 | 5/10/2022 | |
3.1.24 | 225,632 | 4/11/2022 | |
3.1.23 | 578,347 | 3/8/2022 | |
3.1.22 | 1,307,994 | 12/14/2021 | |
3.1.21 | 1,194,679 | 11/7/2021 | |
3.1.20 | 625,549 | 10/11/2021 | |
3.1.19 | 915,080 | 9/14/2021 | |
3.1.18 | 1,383,870 | 8/10/2021 | |
3.1.17 | 907,887 | 7/13/2021 | |
3.1.16 | 1,044,644 | 6/8/2021 | |
3.1.15 | 1,120,102 | 5/11/2021 | |
3.1.14 | 1,399,048 | 4/6/2021 | |
3.1.13 | 1,571,474 | 3/9/2021 | |
3.1.12 | 1,538,254 | 2/9/2021 | |
3.1.11 | 2,110,569 | 1/12/2021 | |
3.1.10 | 3,300,366 | 11/9/2020 | |
3.1.9 | 6,169,005 | 10/13/2020 | |
3.1.8 | 7,556,567 | 9/8/2020 | |
3.1.7 | 4,518,796 | 8/11/2020 | |
3.1.6 | 4,991,296 | 7/14/2020 | |
3.1.5 | 6,195,664 | 6/9/2020 | |
3.1.4 | 6,560,773 | 5/12/2020 | |
3.1.3 | 12,858,932 | 3/24/2020 | |
3.1.2 | 6,033,067 | 2/19/2020 | |
3.1.1 | 5,719,952 | 1/14/2020 | |
3.1.0 | 6,726,669 | 12/3/2019 | |
3.1.0-preview3.19554.8 | 48,652 | 11/13/2019 | |
3.1.0-preview2.19525.5 | 20,663 | 11/1/2019 | |
3.1.0-preview1.19506.2 | 751,204 | 10/15/2019 | |
3.0.3 | 106,438 | 2/19/2020 | |
3.0.2 | 43,795 | 1/14/2020 | |
3.0.1 | 720,676 | 11/18/2019 | |
3.0.0 | 7,644,215 | 9/23/2019 | |
3.0.0-rc1.19456.14 | 32,210 | 9/16/2019 | |
3.0.0-preview9.19423.6 | 54,439 | 9/4/2019 | |
3.0.0-preview8.19405.11 | 399,432 | 8/13/2019 | |
3.0.0-preview7.19362.6 | 37,660 | 7/23/2019 | |
3.0.0-preview6.19304.10 | 47,336 | 6/12/2019 | |
3.0.0-preview5.19227.1 | 645,152 | 5/6/2019 | |
3.0.0-preview4.19216.3 | 10,696 | 4/18/2019 | |
3.0.0-preview3.19153.1 | 34,640 | 3/6/2019 | |
3.0.0-preview.19074.3 | 19,208 | 1/29/2019 | |
3.0.0-preview.18572.1 | 16,676 | 12/3/2018 | |
2.3.0 | 17,953 | 1/14/2025 | |
2.2.6 | 16,050,992 | 7/9/2019 | |
2.2.4 | 8,856,616 | 4/9/2019 | |
2.2.3 | 2,666,504 | 3/11/2019 | |
2.2.2 | 2,892,802 | 2/12/2019 | |
2.2.1 | 3,392,182 | 1/8/2019 | |
2.2.0 | 14,044,104 | 12/3/2018 | |
2.2.0-preview3-35497 | 105,630 | 10/17/2018 | |
2.2.0-preview2-35157 | 107,607 | 9/12/2018 | |
2.2.0-preview1-35029 | 63,468 | 8/22/2018 | |
2.1.14 | 2,410,472 | 11/18/2019 | |
2.1.11 | 2,289,538 | 5/14/2019 | |
2.1.8 | 2,341,429 | 2/12/2019 | |
2.1.4 | 8,194,547 | 10/1/2018 | |
2.1.3 | 3,692,038 | 9/11/2018 | |
2.1.2 | 2,993,029 | 8/21/2018 | |
2.1.1 | 13,766,728 | 6/18/2018 | |
2.1.0 | 7,019,082 | 5/29/2018 | |
2.1.0-rc1-final | 65,867 | 5/6/2018 | |
2.1.0-preview2-final | 130,655 | 4/10/2018 | |
2.1.0-preview1-final | 200,948 | 2/26/2018 | |
2.0.3 | 4,299,527 | 5/7/2018 | |
2.0.2 | 4,599,305 | 3/13/2018 | |
2.0.1 | 7,810,122 | 11/14/2017 | |
2.0.0 | 8,326,132 | 8/11/2017 | |
2.0.0-preview2-final | 75,862 | 6/28/2017 | |
2.0.0-preview1-final | 37,071 | 5/10/2017 | |
1.1.6 | 250,935 | 7/10/2018 | |
1.1.5 | 222,114 | 12/12/2017 | |
1.1.4 | 67,153 | 11/14/2017 | |
1.1.3 | 89,448 | 9/20/2017 | |
1.1.2 | 1,147,057 | 5/9/2017 | |
1.1.1 | 766,162 | 3/6/2017 | |
1.1.0 | 1,960,188 | 11/16/2016 | |
1.1.0-preview1-final | 12,295 | 10/24/2016 | |
1.0.6 | 27,203 | 11/14/2017 | |
1.0.5 | 19,550 | 9/20/2017 | |
1.0.4 | 29,343 | 5/9/2017 | |
1.0.3 | 598,558 | 3/6/2017 | |
1.0.2 | 22,588 | 12/12/2016 | |
1.0.1 | 676,962 | 10/17/2016 | |
1.0.0-preview2-final | 364,067 | 6/27/2016 |