Skip to content

[blazor][net7] dotnet..js file name is missing version info #30802

Closed
@pavelsavara

Description

@pavelsavara

Actual behavior

The file name of dotnet..8wdpaewqyh.js generated by blazor app is missing version info.

image

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-watcharch-wasmuntriagedRequest triage from a team member

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions