-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Area-AspNetCoreRazorSDK, BlazorWebAssemblySDK, dotnet-watchRazorSDK, BlazorWebAssemblySDK, dotnet-watcharch-wasmuntriagedRequest triage from a team memberRequest triage from a team member
Milestone
Description
Actual behavior
The file name of dotnet..8wdpaewqyh.js
generated by blazor app is missing version info.
Expected behavior
dotnet.7.0.3.pe05f8nz0f.js
To Reproduce
- SDK 7.0.103
- install wasm-tools 7.0.3
- create simpla blazor wasm app from template
- add
<WasmBuildNative>true</WasmBuildNative>
to client project file dotnet run -bl -c Release
Notes
DotNetJsVersion
is used to build the name in _ResolveBlazorWasmOutputs
, but it is set much later in the ProcessPublishFilesForBlazor
Metadata
Metadata
Assignees
Labels
Area-AspNetCoreRazorSDK, BlazorWebAssemblySDK, dotnet-watchRazorSDK, BlazorWebAssemblySDK, dotnet-watcharch-wasmuntriagedRequest triage from a team memberRequest triage from a team member