-
Notifications
You must be signed in to change notification settings - Fork 1k
Move DataGridViewChooseDataSourceActionList
into a separate file
#13397
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
Move DataGridViewChooseDataSourceActionList
into a separate file
#13397
Conversation
Related dotnet#13231 ## Root Cause - Missing ## Proposed changes - Move `DataGridViewChooseDataSourceActionList` into a separate file - Add comment about missing structure for choosing data source designer action item. ## Customer Impact - None ## Regression? - No ## Risk - Minimal ## Test environment(s) - 10.0.100-preview.3.25201.16
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.
Pull Request Overview
This PR moves the DataGridViewChooseDataSourceActionList from the DataGridViewDesigner.cs file into its own separate file and adds a comment regarding the missing structure for the data source designer action item.
- Removed the nested DataGridViewChooseDataSourceActionList from DataGridViewDesigner.cs and marked DataGridViewDesigner as partial.
- Introduced a new file (DataGridViewDesigner.DataGridViewChooseDataSourceActionList.cs) containing the moved DataGridViewChooseDataSourceActionList along with a comment on the missing structure.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
DataGridViewDesigner.cs | Removed the nested DataGridViewChooseDataSourceActionList and marked the class as partial to support the split. |
DataGridViewDesigner.DataGridViewChooseDataSourceActionList.cs | Added the separated DataGridViewChooseDataSourceActionList with minimal changes to functionality and a comment about incomplete transaction handling. |
...c/System/Windows/Forms/Design/DataGridViewDesigner.DataGridViewChooseDataSourceActionList.cs
Show resolved
Hide resolved
...c/System/Windows/Forms/Design/DataGridViewDesigner.DataGridViewChooseDataSourceActionList.cs
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13397 +/- ##
===================================================
+ Coverage 62.72868% 62.74368% +0.01500%
===================================================
Files 1561 1562 +1
Lines 159997 159997
Branches 14918 14918
===================================================
+ Hits 100364 100388 +24
+ Misses 58857 58834 -23
+ Partials 776 775 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Thank you!
Related #13231
Root Cause
Proposed changes
DataGridViewChooseDataSourceActionList
into a separate fileCustomer Impact
Regression?
Risk
Test environment(s)
Microsoft Reviewers: Open in CodeFlow