I have been developing a WinUI 3 application on Visual Studio but for every change in XAML reloading the application seems too much. I see the Hot Reload button and it working when i do changes from Properties tab of Live Visual Tree. If that works , I wonder why changing the XAML is not working. Am I missing a setting or something? I Googled and Asked LLMs they say it does not work on WinUI 3. So If you are a Developer working on WinUI 3 curious how you are doing it
2 Answers
Make sure you have XAML Hot Reload enabled:
1 Comment
Andrew KeepCoding
This doc might also help.
