Skip to content

Fix issue 14471: The WinformsControlTest project exited when clicking Column2 header after clicked the Change DGV font button - #14477

Merged
SimonZhao888 merged 1 commit into
dotnet:mainfrom
SimonZhao888:fix_issue_14471
Apr 16, 2026
Merged

SimonZhao888 merged 1 commit into
dotnet:mainfrom
SimonZhao888:fix_issue_14471

Conversation

@SimonZhao888

@SimonZhao888 SimonZhao888 commented Apr 16, 2026 •

Copy link
Copy Markdown
Member

Fixes #14471

Proposed changes

  • Update WinformsControlTest, since Comparer(object? a, object? b) method needs the params neither a nor b implements the System.IComparable interface. -or- a and b are of different types and neither one can handle comparisons with the other.

Customer Impact

  • WinformsControlTest run correctly.

Regression?

  • No

Risk

  • Min

Screenshots

Before

CallStack.mp4

After

2026-04-16.112744.mp4

Test methodology

  • Manually

Test environment(s)

  • 11.0.100-preview.3.26170.106
Microsoft Reviewers: Open in CodeFlow

@SimonZhao888
SimonZhao888 merged commit 4587f30 into dotnet:main Apr 16, 2026
10 checks passed
@SimonZhao888
SimonZhao888 deleted the fix_issue_14471 branch April 16, 2026 05:55
@github-actions github-actions Bot locked and limited conversation to collaborators May 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The WinformsControlTest project exited when clicking Column2 header after clicked the Change DGV font button

2 participants