dotnet-ef 8.0.19

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global dotnet-ef --version 8.0.19
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local dotnet-ef --version 8.0.19
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-ef&version=8.0.19
                    
nuke :add-package dotnet-ef --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.

This package, dotnet-ef is for cross-platform command line tooling that can be used anywhere.

Usage

Install the tool package using:

dotnet tool install --global dotnet-ef

The available commands are listed in the following table.

Command Usage
dotnet ef --help Displays information about Entity Framework commands.
dotnet ef database drop Drops the database.
dotnet ef database update Updates the database to the last migration or to a specified migration
dotnet ef dbcontext info Gets information about a DbContext type.
dotnet ef dbcontext list Lists available DbContext types.
dotnet ef dbcontext optimize Generates a compiled version of the model used by the DbContext.
dotnet ef dbcontext scaffold Generates a DbContext and entity type classes for a specified database.
dotnet ef dbcontext script Generates a SQL script from the DbContext. Bypasses any migrations.
dotnet ef migrations add Adds a new migration.
dotnet ef migrations bundle Creates an executable to update the database.
dotnet ef migrations has-pending-model-changes Checks if any changes have been made to the model since the last migration.
dotnet ef migrations list Lists available migrations.
dotnet ef migrations remove Removes the last migration.
dotnet ef migrations script Generates a SQL script from the migrations.

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

This package has no dependencies.

Version Downloads Last Updated
10.0.0-preview.7.25380.108 182 8/12/2025
10.0.0-preview.6.25358.103 467 7/15/2025
10.0.0-preview.5.25277.114 1,171 6/6/2025
10.0.0-preview.4.25258.110 849 5/12/2025
10.0.0-preview.3.25171.6 981 4/10/2025
10.0.0-preview.2.25163.8 800 3/18/2025
10.0.0-preview.1.25081.1 840 2/25/2025
9.0.8 289,791 8/5/2025
9.0.7 792,183 7/8/2025
9.0.6 1,449,169 6/10/2025
9.0.5 1,530,709 5/13/2025
9.0.4 2,035,842 4/8/2025
9.0.3 1,719,715 3/11/2025
9.0.2 1,686,401 2/11/2025
9.0.1 1,496,055 1/14/2025
9.0.0 2,847,367 11/12/2024
9.0.0-rc.2.24474.1 5,679 10/8/2024
9.0.0-rc.1.24451.1 2,870 9/10/2024
9.0.0-preview.7.24405.3 1,785 8/13/2024
9.0.0-preview.6.24327.4 2,128 7/9/2024
9.0.0-preview.5.24306.3 1,876 6/11/2024
9.0.0-preview.4.24267.1 1,394 5/21/2024
9.0.0-preview.3.24172.4 1,971 4/11/2024
9.0.0-preview.2.24128.4 1,677 3/12/2024
9.0.0-preview.1.24081.2 1,996 2/13/2024
8.0.19 16,333 8/5/2025
8.0.18 40,457 7/8/2025
8.0.17 118,470 6/10/2025
8.0.16 115,778 5/13/2025
8.0.15 201,915 4/8/2025
8.0.14 222,533 3/11/2025
8.0.13 169,215 2/11/2025
8.0.12 211,530 1/14/2025
8.0.11 565,575 11/12/2024
8.0.10 2,199,607 10/8/2024
8.0.8 3,548,362 8/13/2024
8.0.7 1,916,274 7/9/2024
8.0.6 2,797,187 5/28/2024
8.0.5 912,997 5/14/2024
8.0.4 2,194,773 4/9/2024
8.0.3 1,516,423 3/12/2024
8.0.2 1,673,952 2/13/2024
8.0.1 2,091,735 1/9/2024
8.0.0 3,163,062 11/14/2023
8.0.0-rc.2.23480.1 19,895 10/10/2023
8.0.0-rc.1.23419.6 8,142 9/12/2023
8.0.0-preview.7.23375.4 2,273 8/8/2023
8.0.0-preview.6.23329.4 2,981 7/11/2023
8.0.0-preview.5.23280.1 1,873 6/13/2023
8.0.0-preview.4.23259.3 2,220 5/16/2023
8.0.0-preview.3.23174.2 2,562 4/11/2023
8.0.0-preview.2.23128.3 2,253 3/14/2023
8.0.0-preview.1.23111.4 1,079 2/21/2023
7.0.20 226,006 5/28/2024
7.0.19 34,849 5/14/2024
7.0.18 71,410 4/9/2024
7.0.17 101,427 3/12/2024
7.0.16 147,744 2/13/2024
7.0.15 181,369 1/9/2024
7.0.14 972,144 11/14/2023
7.0.13 1,568,672 10/24/2023
7.0.12 676,926 10/10/2023
7.0.11 1,272,551 9/12/2023
7.0.10 1,624,598 8/8/2023
7.0.9 1,125,538 7/11/2023
7.0.8 764,843 6/22/2023
7.0.7 436,499 6/13/2023
7.0.5 2,571,319 4/11/2023
7.0.4 1,044,796 3/14/2023
7.0.3 1,246,629 2/14/2023
7.0.2 1,373,522 1/10/2023
7.0.1 784,207 12/13/2022
7.0.0 1,666,935 11/7/2022
7.0.0-rc.2.22472.11 4,060 10/11/2022
7.0.0-rc.1.22426.7 3,490 9/14/2022
7.0.0-preview.7.22376.2 1,822 8/9/2022
7.0.0-preview.6.22329.4 2,843 7/12/2022
7.0.0-preview.5.22302.2 2,770 6/14/2022
7.0.0-preview.4.22229.2 2,709 5/10/2022
7.0.0-preview.3.22175.1 1,163 4/13/2022
7.0.0-preview.2.22153.1 881 3/14/2022
7.0.0-preview.1.22076.6 2,226 2/17/2022
6.0.36 111,069 11/12/2024
6.0.35 42,879 10/8/2024
6.0.33 62,683 8/13/2024
6.0.32 31,181 7/9/2024
6.0.31 68,374 5/28/2024
6.0.30 22,951 5/14/2024
6.0.29 67,706 4/9/2024
6.0.28 76,471 3/12/2024
6.0.27 61,264 2/13/2024
6.0.26 86,675 1/9/2024
6.0.25 240,829 11/14/2023
6.0.24 57,938 10/24/2023
6.0.23 39,765 10/10/2023
6.0.22 55,445 9/12/2023
6.0.21 103,458 8/8/2023
6.0.20 76,096 7/11/2023
6.0.19 62,667 6/22/2023
6.0.18 37,217 6/13/2023
6.0.16 151,893 4/11/2023
6.0.15 113,219 3/14/2023
6.0.14 148,755 2/14/2023
6.0.13 173,851 1/10/2023
6.0.12 147,344 12/13/2022
6.0.11 313,370 11/7/2022
6.0.10 1,354,781 10/11/2022
6.0.9 1,047,796 9/13/2022
6.0.8 1,644,961 8/9/2022
6.0.7 1,420,661 7/12/2022
6.0.6 1,171,691 6/14/2022
6.0.5 1,764,919 5/10/2022
6.0.4 688,843 4/11/2022
6.0.3 822,867 3/8/2022
6.0.2 647,747 2/8/2022
6.0.1 1,074,413 12/14/2021
6.0.0 1,276,324 11/8/2021
6.0.0-rc.2.21480.5 7,265 10/12/2021
6.0.0-rc.1.21452.10 9,256 9/14/2021
6.0.0-preview.7.21378.4 14,187 8/10/2021
6.0.0-preview.6.21352.1 1,495 7/14/2021
6.0.0-preview.5.21301.9 1,955 6/15/2021
6.0.0-preview.4.21253.1 1,151 5/24/2021
6.0.0-preview.3.21201.2 10,547 4/8/2021
6.0.0-preview.2.21154.2 1,630 3/11/2021
6.0.0-preview.1.21102.2 1,587 2/12/2021
5.0.17 229,204 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 23,213 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 21,216 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 18,909 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 38,337 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 62,887 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 411,700 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 475,106 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 429,232 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 373,719 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 455,425 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 444,438 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 509,143 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 298,607 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 385,063 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 331,880 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 388,846 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 486,176 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 6,813 10/13/2020
5.0.0-rc.1.20451.13 11,172 9/14/2020
5.0.0-preview.8.20407.4 3,112 8/25/2020
5.0.0-preview.7.20365.15 1,816 7/21/2020
5.0.0-preview.6.20312.4 4,751 6/25/2020
5.0.0-preview.5.20278.2 2,364 6/10/2020
5.0.0-preview.4.20220.10 1,010 5/18/2020
5.0.0-preview.3.20181.2 1,532 4/23/2020
5.0.0-preview.2.20159.4 894 4/2/2020
5.0.0-preview.2.20120.8 1,185 3/16/2020
3.1.32 90,987 12/13/2022
3.1.31 10,378 11/8/2022
3.1.30 11,353 10/11/2022
3.1.29 12,906 9/13/2022
3.1.28 22,717 8/9/2022
3.1.27 26,965 7/12/2022
3.1.26 29,410 6/14/2022
3.1.25 13,293 5/10/2022
3.1.24 9,581 4/11/2022
3.1.23 13,307 3/8/2022
3.1.22 27,731 12/14/2021
3.1.21 21,794 11/7/2021
3.1.20 16,483 10/11/2021
3.1.19 22,139 9/14/2021
3.1.18 28,276 8/10/2021
3.1.17 25,624 7/13/2021
3.1.16 24,013 6/8/2021
3.1.15 17,889 5/11/2021
3.1.14 45,997 4/6/2021
3.1.13 42,062 3/9/2021
3.1.12 49,486 2/9/2021
3.1.11 34,471 1/12/2021
3.1.10 129,089 11/9/2020
3.1.9 333,721 10/13/2020
3.1.8 376,437 9/8/2020
3.1.7 319,337 8/11/2020
3.1.6 335,761 7/14/2020
3.1.5 324,085 6/9/2020
3.1.4 309,343 5/12/2020
3.1.3 531,761 3/24/2020
3.1.2 359,938 2/19/2020
3.1.1 520,585 1/14/2020
3.1.0 513,820 12/3/2019
3.1.0-preview3.19554.8 3,963 11/13/2019
3.1.0-preview2.19525.5 951 11/1/2019
3.1.0-preview1.19506.2 2,248 10/15/2019
3.0.3 12,231 2/19/2020
3.0.2 9,352 1/14/2020
3.0.1 25,718 11/18/2019
3.0.0 555,763 9/23/2019
3.0.0-rc1.19456.14 1,956 9/16/2019
3.0.0-preview9.19423.6 3,371 9/4/2019
3.0.0-preview8.19405.11 5,728 8/13/2019
3.0.0-preview7.19362.6 7,052 7/23/2019
3.0.0-preview6.19304.10 2,524 6/12/2019
3.0.0-preview5.19227.1 2,710 5/6/2019
3.0.0-preview4.19216.3 8,366 4/18/2019
3.0.0-preview3.19153.1 1,484 3/6/2019
3.0.0-preview.19074.3 2,226 1/29/2019
3.0.0-preview.18572.1 2,950 12/3/2018
2.2.6 78,842 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.3 8,998 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 9,734 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 9,596 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 41,328 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 7,864 10/17/2018
2.2.0-preview2-35157 7,974 9/12/2018
2.2.0-preview1-35029 8,108 8/22/2018
2.1.14 25,672 11/18/2019
2.1.11 11,115 5/14/2019
2.1.8 8,537 2/12/2019
2.1.4 20,061 10/1/2018
2.1.3 9,439 9/11/2018
2.1.2 8,737 8/21/2018
2.1.1 13,945 6/18/2018
2.1.0 38,108 5/29/2018