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
I specified a specific workload version in a global.json file, except that workload version was nowhere to be found. I expected an error, and it did fail (good), but the error message was confusing and a bit wrong: Workload installation failed: Workload version 8.0.300-preview.1.24164.2, which was specified in C:\GitHub\sdk\global.json, was not found. Run "dotnet workload restore" to install this workload version.
It should instead say something more like Workload installation failed: Workload version 8.0.300-preview.1.24164.2, which was specified in C:\GitHub\sdk\global.json was not found. Adding a feed that contains it to your NuGet.config may help.
To Reproduce
Exceptions (if any)
Further technical details
Include the output of dotnet --info
The IDE (VS / VS Code/ VS4Mac) you're running on, and its version
The text was updated successfully, but these errors were encountered:
Describe the bug
I specified a specific workload version in a global.json file, except that workload version was nowhere to be found. I expected an error, and it did fail (good), but the error message was confusing and a bit wrong:
Workload installation failed: Workload version 8.0.300-preview.1.24164.2, which was specified in C:\GitHub\sdk\global.json, was not found. Run "dotnet workload restore" to install this workload version.
It should instead say something more like
Workload installation failed: Workload version 8.0.300-preview.1.24164.2, which was specified in C:\GitHub\sdk\global.json was not found. Adding a feed that contains it to your NuGet.config may help.
To Reproduce
Exceptions (if any)
Further technical details
dotnet --info
The text was updated successfully, but these errors were encountered: