1

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 2

0

Make sure you have XAML Hot Reload enabled:

Enable XAML Hot Reload

Sign up to request clarification or add additional context in comments.

1 Comment

This doc might also help.
0

Manually add the environment variable:

name= ENABLE_XAML_DIAGNOSTICS_SOURCE_INFO  
value= 1  

to the user variables.
It work fine for me !

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.