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'm trying to build dotnet new android project which was generated using net9 and changed TargetFramework to net10.0-android. When I built I got following error:
To build this project, the following workloads must be installed: wasi-experimental
To install these workloads, run the following command: dotnet workload restore
When running dotnet workload restore on that project I'm getting another error:
Installation rollback failed: Source array was not long enough. Check the source index, length, and the array's lower bounds. (Parameter 'sourceArray')
Workload update failed: Source array was not long enough. Check the source index, length, and the array's lower bounds. (Parameter 'sourceArray')
Describe the bug / Repro
I'm trying to build
dotnet new android
project which was generated usingnet9
and changed TargetFramework tonet10.0-android
. When I built I got following error:When running
dotnet workload restore
on that project I'm getting another error:Further technical details
dotnet --info
VS (first error only, second error was from command line):
The text was updated successfully, but these errors were encountered: