-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Miscellaneous trim fixes #11175
Miscellaneous trim fixes #11175
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing up the DesignerHost warnings I missed!
src/System.Windows.Forms.Design/src/System/ComponentModel/Design/DesignerHost.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/Layout/Containers/ContainerControl.cs
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11175 +/- ##
===================================================
+ Coverage 73.44901% 73.46668% +0.01766%
===================================================
Files 3098 3100 +2
Lines 632225 632352 +127
Branches 46653 46658 +5
===================================================
+ Hits 464363 464568 +205
+ Misses 164473 164386 -87
- Partials 3389 3398 +9
Flags with carried forward coverage won't be shown. Click here to find out more. |
…gn/DesignerHost.cs Co-authored-by: Sven Boemer <sbomer@gmail.com>
Addresses the following warnings
EnumConverter
no longer require a DAM annotation due to Remove DAM annotations from enum converter runtime#100347Microsoft Reviewers: Open in CodeFlow