-
Notifications
You must be signed in to change notification settings - Fork 446
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
[NETSDKE2E]Workloads are not displayed in "dotnet workload list" after upgrade from NET8 preview 1 to NET8 preview 2 SDK. #15683
Comments
Similar bug #28451:[NETSDKE2E]Workloads are not displayed in "dotnet workload list" after upgrade from NET RC2 to NET7 RTM. |
This issue is also repro on Win-arm64. |
This is expected. When you update across feature bands (IE to a different numbered preview, or from something like 7.0.100 to 7.0.200), you need to install workloads again. You can run I've added an item to try to at least print more information out to dotnet/sdk#30008 |
Closing as we'll track improving the experience with 30008. |
|
@dsplaisted we filed a new issue #15706: [NETSDKE2E]Workload can not be installed via "dotnet workload update --from-previous-sdk" after upgrading from net8 preview 1 to net8 preview 2. FYI @richaverma1 |
1.Install NET8 preview 1 SDK.
2.Install workload with commands.
e.g dotnet workload install wasm-tools --skip-manifest-update
3. check the workloads via "dotnet workload list".
4. Upgrade SDK to NET8 preview 2 SDK(8.0.100-preview.2.23151.8) and then check the workloads again using "dotnet workload list"
Expected Result:
Workloads should be displayed well after upgrade.
Actual Result:
Workloads are missing.
dotnet --info
The text was updated successfully, but these errors were encountered: