Unity 6000.2 has reached its end of life and will not receive further updates. If you need additional fixes, please upgrade to a newer Unity version.
How to reproduce:
Open the “MinimalApp.zip” project
Open Edit → Project Settings → Editor, and ensure that the domain reload settings are set to "Reload Scene"
Create and open a new UXML file in UI Builder
Dock the UI Builder beside the Game view
Drag a new VisualElement into the UI Builder’s Hierarchy
Save the changes
Remove the VisualElement
Save the changes again
Focus on the Game view
Focus on the UI Builder
Observe the Console and the UI Builder
Actual results: No errors are thrown, UI Builder renders
Expected results: “NullReferenceException“ error is thrown, and UI Builder fails to render while it is docked