dotnet / docs-desktop

This repository contains .NET documentation related to Windows Forms (winforms) and Windows Presentation Foundation (WPF).
Creative Commons Attribution 4.0 International
196 stars 178 forks source link

Custom Designers for .NET 5 require different design namespace and type #41

Closed adegeo closed 1 year ago

adegeo commented 4 years ago

Document that .NET 5 requires System.Windows.Forms.Design.ControlDesigner as the base class for any custom designer.

Related to dotnet/winforms-designer#2212

adegeo commented 1 year ago

This was fixed in #1632