dotnet-ef
9.0.0-preview.5.24306.3
Prefix Reserved
This is a prerelease version of dotnet-ef.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global dotnet-ef --version 9.0.0-preview.5.24306.3
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local dotnet-ef --version 9.0.0-preview.5.24306.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-ef&version=9.0.0-preview.5.24306.3&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package dotnet-ef --version 9.0.0-preview.5.24306.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | 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. |
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.3.25171.6 | 826 | 4/10/2025 | |
10.0.0-preview.2.25163.8 | 676 | 3/18/2025 | |
10.0.0-preview.1.25081.1 | 722 | 2/25/2025 | |
9.0.4 | 1,725,819 | 4/8/2025 | |
9.0.3 | 1,617,314 | 3/11/2025 | |
9.0.2 | 1,606,569 | 2/11/2025 | |
9.0.1 | 1,444,850 | 1/14/2025 | |
9.0.0 | 2,695,755 | 11/12/2024 | |
9.0.0-rc.2.24474.1 | 5,422 | 10/8/2024 | |
9.0.0-rc.1.24451.1 | 2,782 | 9/10/2024 | |
9.0.0-preview.7.24405.3 | 1,689 | 8/13/2024 | |
9.0.0-preview.6.24327.4 | 2,037 | 7/9/2024 | |
9.0.0-preview.5.24306.3 | 1,784 | 6/11/2024 | |
9.0.0-preview.4.24267.1 | 1,289 | 5/21/2024 | |
9.0.0-preview.3.24172.4 | 1,859 | 4/11/2024 | |
9.0.0-preview.2.24128.4 | 1,565 | 3/12/2024 | |
9.0.0-preview.1.24081.2 | 1,898 | 2/13/2024 | |
8.0.15 | 119,636 | 4/8/2025 | |
8.0.14 | 170,683 | 3/11/2025 | |
8.0.13 | 138,736 | 2/11/2025 | |
8.0.12 | 189,128 | 1/14/2025 | |
8.0.11 | 480,801 | 11/12/2024 | |
8.0.10 | 2,088,024 | 10/8/2024 | |
8.0.8 | 3,418,619 | 8/13/2024 | |
8.0.7 | 1,848,367 | 7/9/2024 | |
8.0.6 | 2,680,019 | 5/28/2024 | |
8.0.5 | 871,508 | 5/14/2024 | |
8.0.4 | 2,102,876 | 4/9/2024 | |
8.0.3 | 1,472,238 | 3/12/2024 | |
8.0.2 | 1,599,536 | 2/13/2024 | |
8.0.1 | 2,014,629 | 1/9/2024 | |
8.0.0 | 3,031,031 | 11/14/2023 | |
8.0.0-rc.2.23480.1 | 19,743 | 10/10/2023 | |
8.0.0-rc.1.23419.6 | 8,006 | 9/12/2023 | |
8.0.0-preview.7.23375.4 | 2,208 | 8/8/2023 | |
8.0.0-preview.6.23329.4 | 2,915 | 7/11/2023 | |
8.0.0-preview.5.23280.1 | 1,800 | 6/13/2023 | |
8.0.0-preview.4.23259.3 | 2,160 | 5/16/2023 | |
8.0.0-preview.3.23174.2 | 2,504 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 2,130 | 3/14/2023 | |
8.0.0-preview.1.23111.4 | 1,014 | 2/21/2023 | |
7.0.20 | 198,424 | 5/28/2024 | |
7.0.19 | 33,557 | 5/14/2024 | |
7.0.18 | 68,705 | 4/9/2024 | |
7.0.17 | 98,414 | 3/12/2024 | |
7.0.16 | 143,133 | 2/13/2024 | |
7.0.15 | 177,591 | 1/9/2024 | |
7.0.14 | 927,616 | 11/14/2023 | |
7.0.13 | 1,503,932 | 10/24/2023 | |
7.0.12 | 672,414 | 10/10/2023 | |
7.0.11 | 1,259,376 | 9/12/2023 | |
7.0.10 | 1,603,969 | 8/8/2023 | |
7.0.9 | 1,119,156 | 7/11/2023 | |
7.0.8 | 757,951 | 6/22/2023 | |
7.0.7 | 433,723 | 6/13/2023 | |
7.0.5 | 2,547,189 | 4/11/2023 | |
7.0.4 | 1,039,660 | 3/14/2023 | |
7.0.3 | 1,234,220 | 2/14/2023 | |
7.0.2 | 1,363,335 | 1/10/2023 | |
7.0.1 | 778,903 | 12/13/2022 | |
7.0.0 | 1,636,072 | 11/7/2022 | |
7.0.0-rc.2.22472.11 | 3,986 | 10/11/2022 | |
7.0.0-rc.1.22426.7 | 3,416 | 9/14/2022 | |
7.0.0-preview.7.22376.2 | 1,764 | 8/9/2022 | |
7.0.0-preview.6.22329.4 | 2,786 | 7/12/2022 | |
7.0.0-preview.5.22302.2 | 2,687 | 6/14/2022 | |
7.0.0-preview.4.22229.2 | 2,647 | 5/10/2022 | |
7.0.0-preview.3.22175.1 | 1,094 | 4/13/2022 | |
7.0.0-preview.2.22153.1 | 818 | 3/14/2022 | |
7.0.0-preview.1.22076.6 | 2,158 | 2/17/2022 | |
6.0.36 | 83,671 | 11/12/2024 | |
6.0.35 | 41,918 | 10/8/2024 | |
6.0.33 | 60,099 | 8/13/2024 | |
6.0.32 | 29,042 | 7/9/2024 | |
6.0.31 | 64,089 | 5/28/2024 | |
6.0.30 | 21,842 | 5/14/2024 | |
6.0.29 | 62,805 | 4/9/2024 | |
6.0.28 | 70,204 | 3/12/2024 | |
6.0.27 | 59,112 | 2/13/2024 | |
6.0.26 | 84,847 | 1/9/2024 | |
6.0.25 | 233,151 | 11/14/2023 | |
6.0.24 | 56,583 | 10/24/2023 | |
6.0.23 | 38,958 | 10/10/2023 | |
6.0.22 | 53,321 | 9/12/2023 | |
6.0.21 | 95,205 | 8/8/2023 | |
6.0.20 | 72,525 | 7/11/2023 | |
6.0.19 | 59,632 | 6/22/2023 | |
6.0.18 | 36,324 | 6/13/2023 | |
6.0.16 | 149,550 | 4/11/2023 | |
6.0.15 | 109,532 | 3/14/2023 | |
6.0.14 | 145,458 | 2/14/2023 | |
6.0.13 | 168,875 | 1/10/2023 | |
6.0.12 | 141,908 | 12/13/2022 | |
6.0.11 | 303,918 | 11/7/2022 | |
6.0.10 | 1,348,266 | 10/11/2022 | |
6.0.9 | 1,042,107 | 9/13/2022 | |
6.0.8 | 1,631,488 | 8/9/2022 | |
6.0.7 | 1,405,962 | 7/12/2022 | |
6.0.6 | 1,152,436 | 6/14/2022 | |
6.0.5 | 1,730,015 | 5/10/2022 | |
6.0.4 | 684,330 | 4/11/2022 | |
6.0.3 | 815,857 | 3/8/2022 | |
6.0.2 | 627,879 | 2/8/2022 | |
6.0.1 | 1,060,818 | 12/14/2021 | |
6.0.0 | 1,220,450 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 7,188 | 10/12/2021 | |
6.0.0-rc.1.21452.10 | 9,177 | 9/14/2021 | |
6.0.0-preview.7.21378.4 | 13,575 | 8/10/2021 | |
6.0.0-preview.6.21352.1 | 1,433 | 7/14/2021 | |
6.0.0-preview.5.21301.9 | 1,884 | 6/15/2021 | |
6.0.0-preview.4.21253.1 | 1,088 | 5/24/2021 | |
6.0.0-preview.3.21201.2 | 9,688 | 4/8/2021 | |
6.0.0-preview.2.21154.2 | 1,562 | 3/11/2021 | |
6.0.0-preview.1.21102.2 | 1,515 | 2/12/2021 | |
5.0.17 | 221,605 | 5/10/2022 | |
5.0.16 | 22,732 | 4/11/2022 | |
5.0.15 | 20,786 | 3/8/2022 | |
5.0.14 | 18,483 | 2/8/2022 | |
5.0.13 | 37,928 | 12/14/2021 | |
5.0.12 | 61,814 | 11/7/2021 | |
5.0.11 | 409,603 | 10/12/2021 | |
5.0.10 | 463,823 | 9/14/2021 | |
5.0.9 | 426,823 | 8/10/2021 | |
5.0.8 | 370,981 | 7/13/2021 | |
5.0.7 | 452,089 | 6/8/2021 | |
5.0.6 | 440,859 | 5/11/2021 | |
5.0.5 | 505,258 | 4/6/2021 | |
5.0.4 | 297,138 | 3/9/2021 | |
5.0.3 | 381,593 | 2/9/2021 | |
5.0.2 | 329,525 | 1/12/2021 | |
5.0.1 | 382,547 | 12/8/2020 | |
5.0.0 | 480,730 | 11/9/2020 | |
5.0.0-rc.2.20475.6 | 6,743 | 10/13/2020 | |
5.0.0-rc.1.20451.13 | 11,069 | 9/14/2020 | |
5.0.0-preview.8.20407.4 | 3,034 | 8/25/2020 | |
5.0.0-preview.7.20365.15 | 1,734 | 7/21/2020 | |
5.0.0-preview.6.20312.4 | 4,676 | 6/25/2020 | |
5.0.0-preview.5.20278.2 | 2,292 | 6/10/2020 | |
5.0.0-preview.4.20220.10 | 929 | 5/18/2020 | |
5.0.0-preview.3.20181.2 | 1,453 | 4/23/2020 | |
5.0.0-preview.2.20159.4 | 817 | 4/2/2020 | |
5.0.0-preview.2.20120.8 | 1,111 | 3/16/2020 | |
3.1.32 | 85,052 | 12/13/2022 | |
3.1.31 | 10,186 | 11/8/2022 | |
3.1.30 | 11,155 | 10/11/2022 | |
3.1.29 | 12,675 | 9/13/2022 | |
3.1.28 | 22,435 | 8/9/2022 | |
3.1.27 | 26,076 | 7/12/2022 | |
3.1.26 | 29,011 | 6/14/2022 | |
3.1.25 | 13,072 | 5/10/2022 | |
3.1.24 | 9,279 | 4/11/2022 | |
3.1.23 | 12,888 | 3/8/2022 | |
3.1.22 | 27,407 | 12/14/2021 | |
3.1.21 | 21,485 | 11/7/2021 | |
3.1.20 | 16,274 | 10/11/2021 | |
3.1.19 | 21,899 | 9/14/2021 | |
3.1.18 | 27,806 | 8/10/2021 | |
3.1.17 | 25,411 | 7/13/2021 | |
3.1.16 | 23,775 | 6/8/2021 | |
3.1.15 | 17,675 | 5/11/2021 | |
3.1.14 | 45,495 | 4/6/2021 | |
3.1.13 | 41,246 | 3/9/2021 | |
3.1.12 | 48,909 | 2/9/2021 | |
3.1.11 | 34,253 | 1/12/2021 | |
3.1.10 | 127,765 | 11/9/2020 | |
3.1.9 | 329,527 | 10/13/2020 | |
3.1.8 | 374,186 | 9/8/2020 | |
3.1.7 | 316,935 | 8/11/2020 | |
3.1.6 | 333,596 | 7/14/2020 | |
3.1.5 | 321,932 | 6/9/2020 | |
3.1.4 | 305,754 | 5/12/2020 | |
3.1.3 | 528,998 | 3/24/2020 | |
3.1.2 | 356,214 | 2/19/2020 | |
3.1.1 | 517,739 | 1/14/2020 | |
3.1.0 | 510,067 | 12/3/2019 | |
3.1.0-preview3.19554.8 | 3,892 | 11/13/2019 | |
3.1.0-preview2.19525.5 | 878 | 11/1/2019 | |
3.1.0-preview1.19506.2 | 2,173 | 10/15/2019 | |
3.0.3 | 12,150 | 2/19/2020 | |
3.0.2 | 9,275 | 1/14/2020 | |
3.0.1 | 25,528 | 11/18/2019 | |
3.0.0 | 552,518 | 9/23/2019 | |
3.0.0-rc1.19456.14 | 1,878 | 9/16/2019 | |
3.0.0-preview9.19423.6 | 3,299 | 9/4/2019 | |
3.0.0-preview8.19405.11 | 5,652 | 8/13/2019 | |
3.0.0-preview7.19362.6 | 6,975 | 7/23/2019 | |
3.0.0-preview6.19304.10 | 2,452 | 6/12/2019 | |
3.0.0-preview5.19227.1 | 2,635 | 5/6/2019 | |
3.0.0-preview4.19216.3 | 8,293 | 4/18/2019 | |
3.0.0-preview3.19153.1 | 1,411 | 3/6/2019 | |
3.0.0-preview.19074.3 | 2,147 | 1/29/2019 | |
3.0.0-preview.18572.1 | 2,880 | 12/3/2018 | |
2.2.6 | 78,271 | 7/9/2019 | |
2.2.3 | 8,885 | 3/11/2019 | |
2.2.2 | 9,595 | 2/12/2019 | |
2.2.1 | 9,461 | 1/8/2019 | |
2.2.0 | 39,190 | 12/3/2018 | |
2.2.0-preview3-35497 | 7,780 | 10/17/2018 | |
2.2.0-preview2-35157 | 7,852 | 9/12/2018 | |
2.2.0-preview1-35029 | 7,985 | 8/22/2018 | |
2.1.14 | 25,205 | 11/18/2019 | |
2.1.11 | 11,035 | 5/14/2019 | |
2.1.8 | 8,456 | 2/12/2019 | |
2.1.4 | 19,911 | 10/1/2018 | |
2.1.3 | 9,311 | 9/11/2018 | |
2.1.2 | 8,611 | 8/21/2018 | |
2.1.1 | 13,729 | 6/18/2018 | |
2.1.0 | 37,880 | 5/29/2018 |