-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Describe the bug
The following command seems to be broken.
dotnet workload install wasm-tools-net8
To Reproduce
- Run
dotnet workload install wasm-tools-net8
Expected Results:
Command should succeed without error.
Actual Results:
Failed to update the advertising manifest microsoft.net.workload.mono.toolchain.net8: Response status code does not indicate success: 503 (Service Unavailable)..
Failed to update the advertising manifest microsoft.net.workload.mono.toolchain.net7: Response status code does not indicate success: 503 (Service Unavailable)..
Failed to update the advertising manifest microsoft.net.sdk.maccatalyst: Response status code does not indicate success: 503 (Service Unavailable)..
Failed to update the advertising manifest microsoft.net.workload.mono.toolchain.net6: Response status code does not indicate success: 503 (Service Unavailable)..
Failed to update the advertising manifest microsoft.net.workload.emscripten.net6: Response status code does not indicate success: 503 (Service Unavailable)..
Failed to update the advertising manifest microsoft.net.workload.mono.toolchain.current: Response status code does not indicate success: 503 (Service Unavailable)..
Failed to update the advertising manifest microsoft.net.workload.emscripten.current: Response status code does not indicate success: 503 (Service Unavailable)..
Failed to update the advertising manifest microsoft.net.workload.mono.toolchain.net8: Response status code does not indicate success: 503 (Service Unavailable)..
Advertising manifest not updated. Manifest package for microsoft.net.workload.mono.toolchain.net8 doesn't exist.
Failed to update the advertising manifest microsoft.net.workload.mono.toolchain.net7: Response status code does not indicate success: 503 (Service Unavailable)..
Advertising manifest not updated. Manifest package for microsoft.net.workload.mono.toolchain.net7 doesn't exist.
Failed to update the advertising manifest microsoft.net.workload.emscripten.net6: Response status code does not indicate success: 503 (Service Unavailable)..
Advertising manifest not updated. Manifest package for microsoft.net.workload.emscripten.net6 doesn't exist.
Failed to update the advertising manifest microsoft.net.sdk.maccatalyst: Response status code does not indicate success: 503 (Service Unavailable)..
Advertising manifest not updated. Manifest package for microsoft.net.sdk.maccatalyst doesn't exist.
Failed to update the advertising manifest microsoft.net.workload.mono.toolchain.net6: Response status code does not indicate success: 503 (Service Unavailable)..
Advertising manifest not updated. Manifest package for microsoft.net.workload.mono.toolchain.net6 doesn't exist.
Failed to update the advertising manifest microsoft.net.workload.mono.toolchain.current: Response status code does not indicate success: 503 (Service Unavailable)..
Advertising manifest not updated. Manifest package for microsoft.net.workload.mono.toolchain.current doesn't exist.
Failed to update the advertising manifest microsoft.net.workload.emscripten.current: Response status code does not indicate success: 503 (Service Unavailable)..
Advertising manifest not updated. Manifest package for microsoft.net.workload.emscripten.current doesn't exist.
dotnet --info output
dotnet --info
.NET SDK:
Version: 9.0.305
Commit: 3fc74f3529
Workload version: 9.0.300-manifests.993c7b89
MSBuild version: 17.14.21+8929ca9e3
Runtime Environment:
OS Name: Windows
OS Version: 10.0.26100
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\9.0.305\
.NET workloads installed:
[wasm-tools]
Installation Source: SDK 9.0.300, VS 17.14.36518.9
Manifest Version: 9.0.9/9.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\9.0.100\microsoft.net.workload.mono.toolchain.current\9.0.9\WorkloadManifest.json
Install Type: Msi
[wasm-tools-net8]
Installation Source: SDK 9.0.300, VS 17.14.36518.9
Manifest Version: 9.0.9/9.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\9.0.100\microsoft.net.workload.mono.toolchain.net8\9.0.9\WorkloadManifest.json
Install Type: Msi
Configured to use loose manifests when installing new manifests.
Host:
Version: 9.0.9
Architecture: x64
Commit: 893c2ebbd4
.NET SDKs installed:
9.0.305 [C:\Program Files\dotnet\sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 8.0.20 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 9.0.9 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.20 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 9.0.9 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 8.0.20 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 9.0.9 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Other architectures found:
x86 [C:\Program Files (x86)\dotnet]
registered at [HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x86\InstallLocation]
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download