Open lemon0213 opened 1 year ago
There was a similar bug before. I tried the workaround in the bug, but the issue still repro.
At the same time, this issue will not recur on 7.0.201(latest released build).
Try this command to install wasm-tools "sudo dotnet workload install wasm-tools --configfile ~/.nuget/NuGet/NuGet.Config".
Using this command to install wasm-tools "sudo dotnet workload install wasm-tools --configfile ~/.nuget/NuGet/NuGet.Config" can successfully.
REPRO MACHINE: MacOS Ventura(13.2) REPRO Configuration:
.NET Core SDK: 7.0.202
.NET Core Runtime: 7.0.4
INSTALL STEPS
REPRO STEPS After 7.0.202 install completed, install wasm-tools workload via Terminal using
sudo dotnet workload install wasm-tools
ACTUAL Install wasm-tools workload met an error "Workload installation failed: microsoft.net.runtime.webassembly.sdk::6.0.0-rc.1.21451.13 is not found in NuGet feeds https://api.nuget.org/v3/index.json"
EXPECTED Wasm-tools workloads can successfully installed.