Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making sure we reference .NET Core CLI. #2466

Merged
merged 2 commits into from
Jun 16, 2020
Merged

Conversation

lajones
Copy link
Contributor

@lajones lajones commented Jun 16, 2020

Fixes #2335 (remaining part). Make sure we reference ".NET Core CLI" where we haven't already defined "CLI" as an abbreviation for that.

@lajones lajones self-assigned this Jun 16, 2020
@lajones lajones requested a review from bricelam June 16, 2020 22:11
@@ -9,7 +9,7 @@ uid: core/miscellaneous/cli/powershell

The Package Manager Console (PMC) tools for Entity Framework Core perform design-time development tasks. For example, they create [migrations](/aspnet/core/data/ef-mvc/migrations?view=aspnetcore-2.0), apply migrations, and generate code for a model based on an existing database. The commands run inside of Visual Studio using the [Package Manager Console](/nuget/tools/package-manager-console). These tools work with both .NET Framework and .NET Core projects.

If you aren't using Visual Studio, we recommend the [EF Core Command-line Tools](dotnet.md) instead. The CLI tools are cross-platform and run inside a command prompt.
If you aren't using Visual Studio, we recommend the [EF Core Command-line Tools](dotnet.md) instead. The .NET Core CLI tools are cross-platform and run inside a command prompt and work with .NET Core projects only.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bricelam I'd be grateful if you would particularly check the last phrase I added. It's meant to be "as opposed to what we said line 10" where we work with both .NET Framework and .NET Core projects but I'm happy to change it if I've misunderstood what you were trying to stress here.

Copy link
Contributor

@bricelam bricelam Jun 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I think it just adds confusion. Also, dotnet ef works on .NET Framework projects (but only on SDK-style projects).

We added the one on line 10 because in the beginning, a lot of users didn't know they also worked with .NET Core projects. There was a bit of misinformation somewhere that you had to use dotnet ef on .NET Core projects.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair enough. I'll take out that phrase and check in. At that point our docs will be consistent and say ".NET Core CLI" everywhere. If there's a bigger change to change ".NET Core CLI" to ".NET CLI" then that will affect a lot more docs - so let's do that separately.

Copy link
Contributor

@bricelam bricelam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it just be .NET CLI? I thought they were removing Core from the SDK branding in 5.0. (And adding support for Xamarin et al.)

@lajones lajones merged commit 7d7d556 into master Jun 16, 2020
@lajones lajones deleted the 20200616_Issue2335_02 branch June 16, 2020 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider spelling out PMC and CLI in the documentation
2 participants