Publish_HostedApp_WithRidSpecifiedAsArgument_NoSelfContained_Works test fails
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
### Describe the bug
The test [Publish_HostedApp_WithRidSpecifiedAsArgument_NoSelfContained_Works](https://github.com/dotnet/sdk/blob/release/9.0.2xx/test/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/WasmPublishIntegrationTest.cs#L1214) fails when attempting to publish a Blazor hosted application with a specified Runtime Identifier (RID) and the --no-self-contained option on the [release/9.0.2xx](https://github.com/dotnet/sdk/tree/release/9.0.2xx) branch. The publish process fails with the following error:
`error NETSDK1112: The runtime pack for Microsoft.NETCore.App.Runtime.Mono.browser-wasm was not downloaded. Try running a NuGet restore with the RuntimeIdentifier 'browser-wasm'.`
This issue is currently blocking the following pull requests:
PR #44138
PR #44148
PR #44155
PR #44178
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.