Problem description:
When creating a new Window (.xaml) file in an active .NET Core wpf app, it creates the file, and opens 2 tabs of it. One contains the normal .xaml and visual designer and one only contains the designer. Additionally, the designer doesn't fully load until you close the tabs and reopen them.
Actual behavior:
2 tabs are opened, intellisense for designer doesn't load.
Infinite:
Expected behavior:
Only 1 tab is opened for the desginer
Minimal repro:
Create a new C# WPF app (.NET core)
Add a new Window (WPF) file to the project
Security issues and bugs should be reported privately, learn more via our responsible disclosure guidelines.
Problem description: When creating a new Window (.xaml) file in an active .NET Core wpf app, it creates the file, and opens 2 tabs of it. One contains the normal .xaml and visual designer and one only contains the designer. Additionally, the designer doesn't fully load until you close the tabs and reopen them. Actual behavior: 2 tabs are opened, intellisense for designer doesn't load.
Infinite:
Expected behavior: Only 1 tab is opened for the desginer Minimal repro: Create a new C# WPF app (.NET core) Add a new Window (WPF) file to the project