Skip to content

Conversation

ricardobossan
Copy link
Member

@ricardobossan ricardobossan commented Apr 30, 2025

Related #13231

Root Cause

  • Missing structure for choosing data source designer action item.

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
Microsoft Reviewers: Open in CodeFlow

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
@ricardobossan ricardobossan added the waiting-review This item is waiting on review by one or more members of team label Apr 30, 2025
@ricardobossan ricardobossan self-assigned this Apr 30, 2025
@ricardobossan ricardobossan requested a review from a team as a code owner April 30, 2025 01:12
Copy link
Contributor

@Copilot Copilot AI left a 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.

Copy link

codecov bot commented Apr 30, 2025

Codecov Report

Attention: Patch coverage is 12.12121% with 29 lines in your changes missing coverage. Please review.

Project coverage is 62.74368%. Comparing base (5f9458e) to head (2d7de51).
Report is 3 commits behind head on main.

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     
Flag Coverage Δ
Debug 62.74368% <12.12121%> (+0.01500%) ⬆️
integration 11.34053% <0.00000%> (+0.00627%) ⬆️
production 40.94411% <12.12121%> (+0.02492%) ⬆️
test 95.70296% <ø> (ø)
unit 38.34396% <12.12121%> (+0.02181%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@Tanya-Solyanik Tanya-Solyanik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@ricardobossan ricardobossan merged commit ce261dd into dotnet:main Apr 30, 2025
9 checks passed
@dotnet-policy-service dotnet-policy-service bot removed the waiting-review This item is waiting on review by one or more members of team label Apr 30, 2025
@github-actions github-actions bot locked and limited conversation to collaborators May 31, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants