The official Microsoft .NET SDK produces two parallel layouts under sdk/<version>/Sdks/Microsoft.NET.Sdk.WebAssembly/:
tools/<net11>/...
hotreload/<net10>/...
Source-build only produces tools/<net11>/... and is missing the separate hotreload/<net10>/... directory. This causes a layout difference, and may affect tools/workflows relying on the full layout present in the official SDK.
This issue was detected by the Source-Build SDK Diff Tests, as surfaced in dotnet/dotnet#4850.
The official Microsoft .NET SDK produces two parallel layouts under
sdk/<version>/Sdks/Microsoft.NET.Sdk.WebAssembly/:tools/<net11>/...hotreload/<net10>/...Source-build only produces
tools/<net11>/...and is missing the separatehotreload/<net10>/...directory. This causes a layout difference, and may affect tools/workflows relying on the full layout present in the official SDK.This issue was detected by the Source-Build SDK Diff Tests, as surfaced in dotnet/dotnet#4850.