Skip to content

Include Blazor framework assets for WinExe client - #5

Open
ramazan199 wants to merge 1 commit into
masterfrom
fix/dotnet10migration
Open

Include Blazor framework assets for WinExe client#5
ramazan199 wants to merge 1 commit into
masterfrom
fix/dotnet10migration

Conversation

@ramazan199

Copy link
Copy Markdown
Member

Fix Blazor startup script loading for the WinExe CloudClient project under .NET 10.

The app referenced _framework/blazor.web.js directly, but for this WinExe-hosted Blazor app the framework script was not emitted into static web assets, causing browser errors like:

GET /_framework/blazor.web.js 404 (Not Found)

This adds the Blazor framework scripts to static web assets for WinExe builds and switches the script reference to the asset-mapped form.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant