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
Update documentation for System.Windows.Forms.Design namespace and designer-related classes in System.ComponentModel.Design to indicate that .NET 3*/5/6 types are not compatible with the VS #4991
Theses classes are provided to applications that are implementing IDE functionality outside the VS, for example ability to show and edit controls on the design surface.
Currently users are implementing outdated samples, to support VisualStudio design time experience, like this one