Closed v-ainigao closed 1 year ago
on win-x64, we also meet the same error when runing dotnet workload install wasi-experimental
but wasm-tools can be installed successfully via dotnet workload install wasm-tools
Today on ARM64, we also meet the same error when running dotnet workload install maui, but wasm-tools and wasi-experimental can be installed successfully. CLI running: dotnet workload install wasi-experimental dotnet workload install wasm-tools dotnet workload install maui Note: We found that the new version of the .net9 SDK .zip package can be installed successfully all workloads, but the version number of .exe is inconsistent with .zip package. keep tracking by https://github.com/dotnet/installer/issues/17814
Today on ARM64, we also meet the same error when running dotnet workload install android and dotnet workload install maui. CLI running: dotnet workload install android dotnet workload install maui @lewing
with 9.0.100-alpha.1.23607.4(runtime- 9.0.0-alpha.1.23577.7) SDK installed, below errors happen after installing android or maui in CLI,
On ARM64, we also meet the same error when running dotnet workload restore and dotnet workload install android. Can you help me take a look again? @lewing
FYI @richaverma1
@v-ainigao is this still repro'ng? If so, file a new bug.
It still reappears on the latest .NET 9.0 arm64 SDK, so I re-reported a new bug. https://github.com/dotnet/sdk/issues/38095 @richaverma1
Repro steps:
1.Install the latest .Net 9.0 arm64 SDK from https://aka.ms/dotnet/9.0.1xx/daily/dotnet-sdk-win-arm64.exe. 2.Install wasm-tools workload using below command in CLI dotnet workload install wasm-tools
Expected Result: Workload can be installed successfully.
Actual Result: It failed with the following error:
--Error Log-- Workload installation failed: One or more errors occurred. (microsoft.netcore.app.runtime.aot.win-arm64.cross.browser-wasm.msi.arm64::9.0.0-alpha.1.23569.2 is not found in NuGet feeds https://api.nuget.org/v3/index.json;https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json;https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json".)