-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add ComponentDesigner tests and fix bugs #1053
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
Add ComponentDesigner tests and fix bugs #1053
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1053 +/- ##
===================================================
+ Coverage 31.31542% 32.80829% +1.49287%
===================================================
Files 1097 1098 +1
Lines 318597 320483 +1886
Branches 38398 38870 +472
===================================================
+ Hits 99770 105145 +5375
+ Misses 214645 211141 -3504
- Partials 4182 4197 +15
|
src/System.Windows.Forms.Design/src/System/ComponentModel/Design/ComponentDesigner.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/ComponentModel/Design/ComponentDesigner.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/ComponentModel/Design/ComponentDesigner.cs
Show resolved
Hide resolved
....Windows.Forms.Design/tests/UnitTests/System/ComponentModel/Design/ComponentDesignerTests.cs
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/ComponentModel/Design/ComponentDesigner.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/ComponentModel/Design/ComponentDesigner.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/ComponentModel/Design/ComponentDesigner.cs
Show resolved
Hide resolved
945ab07 to
6953385
Compare
src/System.Windows.Forms.Design/src/System/ComponentModel/Design/ComponentDesigner.cs
Outdated
Show resolved
Hide resolved
zsd4yr
left a comment
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.
some nits
|
@hughbe Later on, can you please create one PR per one issue? |
Fixes #1040
Fixes #1041
Fixes #1045
Fixes #1046
Fixes #1047
Fixes #1048
Fixes #1049
Fixes #1050
Fixes #1051
Fixes #1052