Microsoft.EntityFrameworkCore.Design 9.0.1

Prefix Reserved
dotnet add package Microsoft.EntityFrameworkCore.Design --version 9.0.1                
NuGet\Install-Package Microsoft.EntityFrameworkCore.Design -Version 9.0.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.1">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.EntityFrameworkCore.Design --version 9.0.1                
#r "nuget: Microsoft.EntityFrameworkCore.Design, 9.0.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.EntityFrameworkCore.Design as a Cake Addin
#addin nuget:?package=Microsoft.EntityFrameworkCore.Design&version=9.0.1

// Install Microsoft.EntityFrameworkCore.Design as a Cake Tool
#tool nuget:?package=Microsoft.EntityFrameworkCore.Design&version=9.0.1                

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (539)

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.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

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

Reo.Core.Database

Package Description

GitHub repositories (484)

Showing the top 5 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.
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
Version Downloads Last updated
9.0.1 420,186 1/14/2025
9.0.0 2,734,462 11/12/2024
9.0.0-rc.2.24474.1 89,935 10/8/2024
9.0.0-rc.1.24451.1 62,890 9/10/2024
9.0.0-preview.7.24405.3 27,639 8/13/2024
9.0.0-preview.6.24327.4 24,488 7/9/2024
9.0.0-preview.5.24306.3 17,505 6/11/2024
9.0.0-preview.4.24267.1 20,820 5/21/2024
9.0.0-preview.3.24172.4 121,330 4/11/2024
9.0.0-preview.2.24128.4 29,863 3/12/2024
9.0.0-preview.1.24081.2 50,927 2/13/2024
8.0.12 234,854 1/14/2025
8.0.11 3,030,780 11/12/2024
8.0.10 6,681,512 10/8/2024
8.0.8 9,777,933 8/13/2024
8.0.7 6,671,620 7/9/2024
8.0.6 7,806,111 5/28/2024
8.0.5 3,106,924 5/14/2024
8.0.4 8,460,980 4/9/2024
8.0.3 5,355,768 3/12/2024
8.0.2 6,942,078 2/13/2024
8.0.1 6,117,411 1/9/2024
8.0.0 12,300,707 11/14/2023
8.0.0-rc.2.23480.1 110,065 10/10/2023
8.0.0-rc.1.23419.6 69,153 9/12/2023
8.0.0-preview.7.23375.4 38,601 8/8/2023
8.0.0-preview.6.23329.4 55,212 7/11/2023
8.0.0-preview.5.23280.1 75,968 6/13/2023
8.0.0-preview.4.23259.3 58,689 5/16/2023
8.0.0-preview.3.23174.2 85,595 4/11/2023
8.0.0-preview.2.23128.3 45,656 3/14/2023
8.0.0-preview.1.23111.4 92,595 2/21/2023
7.0.20 1,103,728 5/28/2024
7.0.19 239,263 5/14/2024
7.0.18 645,887 4/9/2024
7.0.17 688,923 3/12/2024
7.0.16 1,058,234 2/13/2024
7.0.15 1,401,661 1/9/2024
7.0.14 2,902,180 11/14/2023
7.0.13 3,752,674 10/24/2023
7.0.12 2,270,160 10/10/2023
7.0.11 5,632,059 9/12/2023
7.0.10 5,118,884 8/8/2023
7.0.9 5,495,744 7/11/2023
7.0.8 3,159,597 6/22/2023
7.0.7 1,622,232 6/13/2023
7.0.5 11,248,148 4/11/2023
7.0.4 5,230,190 3/14/2023
7.0.3 5,962,833 2/14/2023
7.0.2 7,428,829 1/10/2023
7.0.1 4,207,037 12/13/2022
7.0.0 5,707,136 11/7/2022
7.0.0-rc.2.22472.11 102,037 10/11/2022
7.0.0-rc.1.22426.7 52,614 9/14/2022
7.0.0-preview.7.22376.2 41,731 8/9/2022
7.0.0-preview.6.22329.4 36,764 7/12/2022
7.0.0-preview.5.22302.2 28,544 6/14/2022
7.0.0-preview.4.22229.2 38,517 5/10/2022
7.0.0-preview.3.22175.1 56,328 4/13/2022
7.0.0-preview.2.22153.1 29,990 3/14/2022
7.0.0-preview.1.22076.6 25,196 2/17/2022
6.0.36 171,284 11/12/2024
6.0.35 209,101 10/8/2024
6.0.33 679,328 8/13/2024
6.0.32 278,201 7/9/2024
6.0.31 384,730 5/28/2024
6.0.30 206,425 5/14/2024
6.0.29 732,909 4/9/2024
6.0.28 650,909 3/12/2024
6.0.27 643,831 2/13/2024
6.0.26 998,650 1/9/2024
6.0.25 1,554,017 11/14/2023
6.0.24 757,965 10/24/2023
6.0.23 624,300 10/10/2023
6.0.22 1,360,237 9/12/2023
6.0.21 1,369,607 8/8/2023
6.0.20 1,340,666 7/11/2023
6.0.19 876,488 6/22/2023
6.0.18 636,023 6/13/2023
6.0.16 3,611,372 4/11/2023
6.0.15 1,901,908 3/14/2023
6.0.14 2,530,204 2/14/2023
6.0.13 3,550,122 1/10/2023
6.0.12 3,727,895 12/13/2022
6.0.11 4,672,844 11/7/2022
6.0.10 8,442,745 10/11/2022
6.0.9 7,300,868 9/13/2022
6.0.8 9,328,640 8/9/2022
6.0.7 15,419,806 7/12/2022
6.0.6 6,432,895 6/14/2022
6.0.5 9,086,651 5/10/2022
6.0.4 7,396,654 4/11/2022
6.0.3 7,807,231 3/8/2022
6.0.2 6,433,562 2/8/2022
6.0.1 10,669,818 12/14/2021
6.0.0 15,350,317 11/8/2021
6.0.0-rc.2.21480.5 106,351 10/12/2021
6.0.0-rc.1.21452.10 71,181 9/14/2021
6.0.0-preview.7.21378.4 68,813 8/10/2021
6.0.0-preview.6.21352.1 25,255 7/14/2021
6.0.0-preview.5.21301.9 79,730 6/15/2021
6.0.0-preview.4.21253.1 46,805 5/24/2021
6.0.0-preview.3.21201.2 43,462 4/8/2021
6.0.0-preview.2.21154.2 18,096 3/11/2021
6.0.0-preview.1.21102.2 41,247 2/12/2021
5.0.17 3,517,158 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 629,888 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 964,952 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 1,259,505 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 2,109,011 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 2,202,011 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 4,217,011 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 5,374,156 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 4,676,000 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 4,135,442 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 5,199,005 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 3,751,519 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 5,316,145 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 3,500,190 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 3,568,605 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 4,030,855 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 6,235,113 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 4,765,820 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 106,228 10/13/2020
5.0.0-rc.1.20451.13 121,599 9/14/2020
5.0.0-preview.8.20407.4 49,207 8/25/2020
5.0.0-preview.7.20365.15 44,197 7/21/2020
5.0.0-preview.6.20312.4 38,476 6/25/2020
5.0.0-preview.5.20278.2 28,246 6/10/2020
5.0.0-preview.4.20220.10 36,962 5/18/2020
5.0.0-preview.3.20181.2 49,016 4/23/2020
5.0.0-preview.2.20159.4 31,598 4/2/2020
5.0.0-preview.2.20120.8 17,591 3/16/2020
3.1.32 1,296,947 12/13/2022
3.1.31 215,505 11/8/2022
3.1.30 274,739 10/11/2022
3.1.29 645,754 9/13/2022
3.1.28 222,025 8/9/2022
3.1.27 196,320 7/12/2022
3.1.26 293,913 6/14/2022
3.1.25 431,966 5/10/2022
3.1.24 210,187 4/11/2022
3.1.23 544,314 3/8/2022
3.1.22 1,195,886 12/14/2021
3.1.21 1,141,238 11/7/2021
3.1.20 577,204 10/11/2021
3.1.19 865,222 9/14/2021
3.1.18 1,309,564 8/10/2021
3.1.17 846,561 7/13/2021
3.1.16 998,901 6/8/2021
3.1.15 1,067,065 5/11/2021
3.1.14 1,329,562 4/6/2021
3.1.13 1,518,280 3/9/2021
3.1.12 1,495,702 2/9/2021
3.1.11 2,039,769 1/12/2021
3.1.10 3,191,362 11/9/2020
3.1.9 6,030,507 10/13/2020
3.1.8 7,362,994 9/8/2020
3.1.7 4,377,315 8/11/2020
3.1.6 4,804,050 7/14/2020
3.1.5 6,038,611 6/9/2020
3.1.4 6,244,836 5/12/2020
3.1.3 12,383,524 3/24/2020
3.1.2 5,899,028 2/19/2020
3.1.1 5,566,917 1/14/2020
3.1.0 6,499,837 12/3/2019
3.1.0-preview3.19554.8 47,177 11/13/2019
3.1.0-preview2.19525.5 19,770 11/1/2019
3.1.0-preview1.19506.2 713,607 10/15/2019
3.0.3 95,579 2/19/2020
3.0.2 37,831 1/14/2020
3.0.1 696,825 11/18/2019
3.0.0 7,353,813 9/23/2019
3.0.0-rc1.19456.14 31,712 9/16/2019
3.0.0-preview9.19423.6 53,272 9/4/2019
3.0.0-preview8.19405.11 373,249 8/13/2019
3.0.0-preview7.19362.6 36,867 7/23/2019
3.0.0-preview6.19304.10 46,820 6/12/2019
3.0.0-preview5.19227.1 603,113 5/6/2019
3.0.0-preview4.19216.3 10,356 4/18/2019
3.0.0-preview3.19153.1 33,933 3/6/2019
3.0.0-preview.19074.3 18,677 1/29/2019
3.0.0-preview.18572.1 16,091 12/3/2018
2.3.0 361 1/14/2025
2.2.6 15,374,396 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 8,628,034 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 2,609,823 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 2,819,427 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 3,317,399 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 13,164,970 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 104,416 10/17/2018
2.2.0-preview2-35157 99,538 9/12/2018
2.2.0-preview1-35029 56,081 8/22/2018
2.1.14 2,288,228 11/18/2019
2.1.11 2,245,409 5/14/2019
2.1.8 2,310,001 2/12/2019
2.1.4 8,024,579 10/1/2018
2.1.3 3,619,874 9/11/2018
2.1.2 2,937,376 8/21/2018
2.1.1 12,230,337 6/18/2018
2.1.0 6,743,509 5/29/2018
2.1.0-rc1-final 64,777 5/6/2018
2.1.0-preview2-final 128,694 4/10/2018
2.1.0-preview1-final 195,536 2/26/2018
2.0.3 4,121,098 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 4,393,626 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 7,567,872 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 8,072,936 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 73,202 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 36,288 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.6 231,704 7/10/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 213,245 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 60,807 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 83,624 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 1,110,969 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 744,584 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 1,949,208 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 11,521 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 21,836 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 14,370 9/20/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 24,063 5/9/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 470,400 3/6/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 17,600 12/12/2016 1.0.2 is deprecated because it is no longer maintained.
1.0.1 447,380 10/17/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0-preview2-final 362,661 6/27/2016 1.0.0-preview2-final is deprecated because it is no longer maintained.