-
Notifications
You must be signed in to change notification settings - Fork 10k
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
dotnet watch
: No hot reload changes to apply.
#57951
Comments
Could you please run with |
Sure. Here's the output after I apply two edits. The first edit doesn't seem to do anything and has the "No hot reload changes to apply" message. the second edit succeeds: C:\Users\user\Desktop\BlazorApp>dotnet watch --verbose |
Might be the same issue as https://github.com/dotnet/AspNetCore-ManualTests/issues/3080, which was fixed by dotnet/roslyn#75029 |
Can you repro in the latest daily build? |
Nope, doesn't repro with 9.0.100-rc.2.24468.2 🎉 |
Ok to close the issue? |
Is there an existing issue for this?
Describe the bug
When I run a Blazor Web App using
dotnet watch
in .NET 9 RC1, the first Razor edit fails with the message "No hot reload changes to apply."Expected Behavior
The Razor code change applies successfully.
Steps To Reproduce
dotnet new blazor
dotnet watch
h1
in Home.razorExpected result: Change is successfully applied and shows up in the browser
Actual result: "No hot reload changes to apply." and browser doesn't update, even after refreshing the browser
Workaround: Make multiple edits. Subsequent edits apply.
Exceptions (if any)
No response
.NET Version
9.0.100-rc.1.24452.12
Anything else?
No response
@tmat @phil-allen-msft
The text was updated successfully, but these errors were encountered: