You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More info:
This is a regression issue, it cannot reproduce on .NET 5.0.100-rc.2.20464.22 build.
Have you experienced this same bug with .NET Framework?:
No
Problem description:
Properties window is blank, we cannot see any properties for form or added controls, and no properties and events toolbar in Properties window.
Expected behavior:
All properties and events are in Properties window.
Minimal repro:
Create a WinForms .Net Core application and change the targetFramework to .NET 5.0.
Focus on Form designer, and go to Properties window or press F4.