-
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
Ports DataMemberFieldEditor
to the Runtime
#12891
Ports DataMemberFieldEditor
to the Runtime
#12891
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.
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DataMemberFieldEditor.cs
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DataMemberFieldEditor.cs
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12891 +/- ##
===================================================
- Coverage 76.07869% 75.97766% -0.10103%
===================================================
Files 3260 3265 +5
Lines 642402 643272 +870
Branches 47314 47426 +112
===================================================
+ Hits 488731 488743 +12
- Misses 150120 150965 +845
- Partials 3551 3564 +13
Flags with carried forward coverage won't be shown. Click here to find out more. |
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DataMemberFieldEditor.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DataMemberFieldEditor.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DataMemberFieldEditor.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DataMemberFieldEditor.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DataMemberFieldEditor.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DataMemberFieldEditor.cs
Show resolved
Hide resolved
src/System.Windows.Forms.Design/tests/UnitTests/DataMemberFieldEditorTests.cs
Outdated
Show resolved
Hide resolved
Related dotnet#1115 - Ports `DataMemberFieldEditor` to the Runtime. - Will add functionality to the `DatamemberFieldEditor` in the Runtime. - Minimal - Manual - `10.0.100-alpha.1.25077.2`
80f7ac7
to
ccf03c1
Compare
Related #2339
Proposed changes
DataMemberFieldEditor
to the Runtime.WinformsControlsTest
where this change is apparentCustomer Impact
DatamemberFieldEditor
in the Runtime.Risk
Screenshots
Before
DemoConsole
WinformsControlsTest
After
DemoConsole
WinformsControlsTest
Test methodology
Test environment(s)
10.0.100-alpha.1.25077.2
Microsoft Reviewers: Open in CodeFlow