-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
XAML Hot Reload is not working on Blazor MAUI apps #4474
Comments
Can confirm. Am also experiencing this issue. |
FYI @dotnet/dotnet-maui-blazor-eng team. I think this is a dup of an existing issue. |
Can confirm that I, too, am experiencing this issue. |
1 similar comment
Can confirm that I, too, am experiencing this issue. |
Verified Repro with windows. Repro project |
Ok, so I will mention that if you manually remove all other platforms, it does partially work again, but you have to refresh the page (as in the changes are not immediately visible) by going to another page then re-rendering the old one again. To me, it would seem that the issue is the |
Duplicate of #2527 |
XAML Hot Reload (As in, editing XAML, not Razor), as of RC1, should be working fine with a MAUI Blazor app. Judging that I think we're talking about the Razor here, that's a dupe so I'm going to close this issue. |
Description
XAML Hot Reload is not working, UI changes are not updated while debugging. The issue persisted with both blazor and native maui tests that I've made.
Steps to Reproduce
Version with bug
Preview 12 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android, Windows, macOS
Affected platform versions
Windows SDK 10.0.19041
Did you find any workaround?
No, I tried completely uninstalling and reinstalling several times. Reverted visual studio to the factory settings, deleted all the user data etc... Nothing works.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: