Form1.cs doesn't get recognized as designer file for new WinForms .NET Core projects #45471
Labels
Area-IDE
Bug
Regression
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
Milestone
Version Used:
VS IntPreview build: 16.7.0 Preview 4.0 [30224.187.master]
Steps to Reproduce:
WinForms .NET Core project
.(Note that this bug doesn't repro on opening an existing project.)
Form1.cs
opens up in code editor rather than designerForm1.cs
icon to change to that of a designerExpected Behavior:
Form1.cs
should get recognized as a designer file quickly after a newWinForms .NET Core project
gets created.Actual Behavior:
It takes a lot of time for
Form1.cs
to get recognized as aWinForms
designer file. Sometimes it does not get recognized at all. During this time the user is completely blocked as there is no way to open the designer.The text was updated successfully, but these errors were encountered: