[release/5.0] Port Add Designer attributes to types that had it in full framework#41066
Conversation
…2) (dotnet#40966) * Move DesignerSerializerAttribute to S.CM.Primitives and add to StringDictionary * Add TolboxItemAttribute to types that had it in Desktop * Remove TypeDescriptionProviderAttribute from DefaultGenApiDocIds * PR Feedback, fix build
|
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
DescriptionThe winforms designer depends on these attributes to be added to types in order to display the information correctly on the designer. Customer ImpactProperties and metadata will not be displayed correctly where as in Full Framework it does. Regression?From Full Framework, when we ported the types. Risklow. This only adds attributes and moves Test changes in this PRTests for the attributes are still running. |
|
approved. winforms request, Winforms designer experience is important scenario for 5.0, localized change. |
|
failures were #41108 |
Master PR: #40966
cc: @RussKie @danmosemsft @ericstj