Skip to content
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

[release/9.0] Removing invalid Fluent DataGridColumn styles #9896

Open
wants to merge 1 commit into
base: release/9.0
Choose a base branch
from

Conversation

dipeshmsft
Copy link
Member

@dipeshmsft dipeshmsft commented Oct 4, 2024

Fixes # #9755

Main PR #9757

Description

Removes the invalid Fluent DataGridColumn styles, which can cause the application to crash when they are accessed explicitly.

Customer Impact

Developers trying to iterate through the Fluent theme ResourceDictionary will not face crash in their applications. Will allow easier migration to use the Fluent styles.

Regression

Not really, as this is part of the new Fluent styles being introduced in .NET 9. However, anyone who tries to use the new styles may face the following issues.

Testing

Local build, reproduction app and WPF Gallery application.

Risk

Minimal, no one is using the above styles currently ( except for .NET 9 preview and rc releases )

Microsoft Reviewers: Open in CodeFlow

Copy link
Contributor

Hi @dipeshmsft. Please make sure you've updated the PR description to use the Shiproom Template. Also, make sure this PR is not marked as a draft and is ready-to-merge.

To learn more about how to prepare a servicing PR click here.

@dotnet-policy-service dotnet-policy-service bot added the PR metadata: Label to tag PRs, to facilitate with triage label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR metadata: Label to tag PRs, to facilitate with triage Servicing-consider
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants