You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entity-framework/core/cli/index.md
+4-7
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,13 @@ uid: core/cli/index
8
8
9
9
# Entity Framework Core tools reference
10
10
11
-
The Entity Framework Core tools help with design-time development tasks. They're primarily used to manage Migrations and to scaffold a
12
-
`DbContext` and entity types by reverse engineering the schema of a database.
11
+
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.
13
12
14
-
* The [EF Core Package Manager Console tools](xref:core/cli/powershell) run in
15
-
the [Package Manager Console](/nuget/tools/package-manager-console) in Visual Studio.
13
+
Either of the following tools can be installed, as both tools expose the same functionality:
16
14
17
-
* The [EF Core .NET command-line interface (CLI) tools](xref:core/cli/dotnet) are an extension to the cross-platform [.NET Core CLI tools](/dotnet/core/tools/). These tools require a .NET Core SDK project (one with `Sdk="Microsoft.NET.Sdk"` or similar in the project file).
15
+
* The [EF Core Package Manager Console tools](xref:core/cli/powershell) run in the [Package Manager Console](/nuget/tools/package-manager-console) in Visual Studio. We recommend using these tools if you are developing in Visual Studio as they provide a more integrated experience.
18
16
19
-
Both tools expose the same functionality. If you're developing in Visual Studio, we recommend using the **Package Manager Console** tools since
20
-
they provide a more integrated experience.
17
+
* The [EF Core .NET command-line interface (CLI) tools](xref:core/cli/dotnet) are an extension to the cross-platform [.NET Core CLI tools](/dotnet/core/tools/). These tools require a .NET Core SDK project (one with `Sdk="Microsoft.NET.Sdk"` or similar in the project file).
0 commit comments