This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.
[Bug] VisualDiagnostics.VisualTreeChanged is not fired when Application.MainPage changes #13155
Open
Description
Description
Steps to Reproduce
-
Open attached project in VS
HotReloadTest.zip -
Enable change only hot reload
-
Build and run.
-
Click on To Other Page button.
Expected Behavior
VisualDiagnostics.VisualTreeChanged is fires "add" and "remove" mutations (and there is AwesomeTabbedPage in Live Visual Tree in VS)
Actual Behavior
No mutation events fired (and there is MainPage in Live Visual Tree in VS).