We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
I'd like to be able to manage my local dotnet tool packages and versions (eg using dotnet-ef tool to run migrations etc)
dotnet-ef
Describe the solution you'd like
Similar to how packages are displayed, I'd like to see a list of my local dotnet tools with installed version, and allow me to delete/add/update them.
Tools can be discovered via dotnet tool list --local
dotnet tool list --local
This is how I imagine it'll look:
New top-level "Local Tools" tree:
The text was updated successfully, but these errors were encountered:
Add local dotnet tools management. Fixes fernandoescolar#248
e63937f
18d8788
3732cfe
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
I'd like to be able to manage my local dotnet tool packages and versions (eg using
dotnet-ef
tool to run migrations etc)Describe the solution you'd like
Similar to how packages are displayed, I'd like to see a list of my local dotnet tools with installed version, and allow me to delete/add/update them.
Tools can be discovered via
dotnet tool list --local
This is how I imagine it'll look:
New top-level "Local Tools" tree:
The text was updated successfully, but these errors were encountered: