-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[blazor][net7] dotnet..js file name is missing version info #30802
Comments
@pavelsavara is this a "build" only thing? Does the published version get the right version in it? |
Ping @pavelsavara |
It doesn't reproduce for you ? |
is this with an 8.0.1xx sdk? |
no, this is Net7, I have not tried net8 |
@pavelsavara is the app functional and the js file contains the wrong name or is it functional? |
it's just bad file name but the app works fine |
It is caused by native relink on build, not publish. |
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
<WasmBuildNative>true</WasmBuildNative>
to client project filedotnet run -bl -c Release
Notes
DotNetJsVersion
is used to build the name in_ResolveBlazorWasmOutputs
, but it is set much later in theProcessPublishFilesForBlazor
The text was updated successfully, but these errors were encountered: