-
Notifications
You must be signed in to change notification settings - Fork 14
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
[BUG] .NET MAUI Hot Reload Not Working #1675
Comments
Attempted to reproduce - could not get hot reload working with iphone 16 on 18.2. However could get Android working in the same spot with a Pixel 6 API 34. |
I see the errors below reported on the That said, in this case the two Resources definitions both look valid here & our MAUI Hot Reload XAML parser should likely be updated to accommodate this case. I'm also not sure why this isn't an issue for Android, just for iOS. |
@etvorun - Let's discuss this tomorrow. I can show you the XAML in question, as we have the app source. |
Updating |
Per your suggestion, I moved the BasePageView resources into the ContentPage resources section, and this fixed the problem. Thanks! |
Describe the Issue
In some areas of our App, Hot Reload doesn't work at all.
Steps To Reproduce
Example of Hot Reload not working:
You can try this with other labels on the same page. Trying searching "Community" and modifying that as well.
Note: I had to drastically reduce the resolution of this video in order to upload it to GitHub. The higher resolution video should be available internally.
hot-reload-homepageview-420p.mov
Expected Behavior
I expect the "Assignment" or "Community" header in the UI to change via Hot Reload.
Environment Information
OS: Mac OS Sequoia 15.0.1
.NET SDK: 8.0.402
.NET Runtime: 8.0.11
VS Code Extensions:
.NET MAUI: 1.6.14
C#: 2.59.14
C# Dev Kit: 1.15.2
.NET Install Tool: 2.2.3
The text was updated successfully, but these errors were encountered: