You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each time I make a code change to a page using @rendermode InteractiveWebAssembly I get an error about blazor.boot.json. Testing the browser for this files shows it is returned as an empty file.
If I clean my solution then rebuild, this issue goes away until I make another change to the Blazor WASM code.
Expected Behavior
I should not have to clean my solution every time I make a change to a .razor page in the .Client project.
Steps To Reproduce
Create an app with the Blazor Web App template
Add BugDemo.Client/Pages/RandomPage.razor
Add some C# code
Debug
Make changes to your C# code
Debug again. It'll fail because Blazor.boot.json is empty.
Clean project
Debug again. It'll work until more change are made
Is there an existing issue for this?
Describe the bug
Each time I make a code change to a page using
@rendermode InteractiveWebAssembly
I get an error about blazor.boot.json. Testing the browser for this files shows it is returned as an empty file.If I clean my solution then rebuild, this issue goes away until I make another change to the Blazor WASM code.
Expected Behavior
I should not have to clean my solution every time I make a change to a .razor page in the .Client project.
Steps To Reproduce
Blazor Web App
templateBugDemo.Client/Pages/RandomPage.razor
DEMO REPO
Exceptions (if any)
blazor.boot.json SyntaxError: Unexpected end of JSON input SyntaxError: Unexpected end of JSON input
.NET Version
9.0.101
Anything else?
dotnet --info
The text was updated successfully, but these errors were encountered: