-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Support workloads installed via Visual Studio from CLI dotnet workload
commands
#21811
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
Comments
#24005 fixed this for For |
Update: We want to try to do this in the next feature release, to fix the following:
This is because We've already addressed this for |
We should also update |
Besides the update command, we'll want to keep an eye out for any other command that results in updated manifests (I'm thinking of install and restore) as anything that updates manifests should update all installed workloads rather than letting them fail. |
Should we close this now that everything here is done, or are there more interactions we'd like to support? We havent added the uninstall message @baronfel mentioned eariler yet I think. |
@nagilson let me extract that to a separate issue real quick then we can close this one. |
Thank you! |
We'd like (at a minimum) the following commands to have visibility into the workloads that were installed by Visual Studio and handle them appropriately.
dotnet workload update
dotnet workload list
Right now the CLI can't see which workloads were installed via VS. We could:
The text was updated successfully, but these errors were encountered: