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

CLI Tools: Convert to a Dotnet (global) Tool #10554

Closed
bricelam opened this issue Dec 13, 2017 · 4 comments
Closed

CLI Tools: Convert to a Dotnet (global) Tool #10554

bricelam opened this issue Dec 13, 2017 · 4 comments
Assignees
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Milestone

Comments

@bricelam
Copy link
Contributor

bricelam commented Dec 13, 2017

Instead of using a <DotNetCliToolReference>, tools will have the ability to install globally:

dotnet install tool dotnet-ef
dotnet ef

We'll need to create yet another package containing our tooling assemblies.

@bricelam bricelam self-assigned this Dec 13, 2017
@ajcvickers ajcvickers added this to the 2.1.0 milestone Dec 13, 2017
@bricelam bricelam removed this from the 2.1.0 milestone Jan 2, 2018
@ajcvickers ajcvickers added this to the Backlog milestone Jan 17, 2018
@bricelam bricelam modified the milestones: Backlog, 2.1.0 Mar 7, 2018
@DamianEdwards
Copy link
Member

Is this going to land in preview2? Also, can you ensure an issue get's logged in aspnet/templating to remove the project tool reference once this is integrated into the SDK installer, thanks.

@ajcvickers
Copy link
Contributor

@DamianEdwards Yes, it will be in preview2.

@bricelam bricelam added closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. and removed closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. labels Mar 16, 2018
@bricelam bricelam added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Mar 19, 2018
@bricelam
Copy link
Contributor Author

Mostly done. Just waiting on dotnet/cli#8844 to bundle it in the SDK.

@bricelam
Copy link
Contributor Author

bricelam commented Mar 22, 2018

@benday You may find this work disruptive. The Microsoft.EntityFrameworkCore.Tools.DotNet package is gone. You'll now find the flavors of ef.exe under C:\Program Files\dotnet\sdk\2.1.300\DotnetTools\dotnet-ef\2.1.0\tools\netcoreapp2.0\any\tools. They also continue to exist in the Microsoft.EntityFrameworkCore.Tools package.

@ajcvickers ajcvickers modified the milestones: 2.1.0-preview2, 2.1.0 Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Projects
None yet
Development

No branches or pull requests

3 participants