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

Ignore RCS1043 for WPF classes that inherit from FrameworkElement #1176

Merged
merged 8 commits into from Aug 21, 2023

Conversation

bdovaz
Copy link
Contributor

@bdovaz bdovaz commented Aug 20, 2023

Fix #1174

Analyzing WPF frameworks like Prism and reading the official documentation, it seems that taking into account the FrameworkElement class is enough. If it is not, it will be easy to modify it in the future.

References:

https://learn.microsoft.com/en-us/dotnet/desktop/wpf/advanced/base-elements

https://learn.microsoft.com/en-us/dotnet/desktop/wpf/advanced/base-elements-overview

https://github.com/PrismLibrary/Prism/tree/master/src/Wpf/Prism.Wpf

@bdovaz
Copy link
Contributor Author

bdovaz commented Aug 21, 2023

@josefpihrt can you merge and release another version please?

Thanks!

@josefpihrt
Copy link
Collaborator

@bdovaz Please update changelog.

@bdovaz
Copy link
Contributor Author

bdovaz commented Aug 21, 2023

@bdovaz Please update changelog.

Done!

EDIT: Also fixed broken links in CHANGELOG file

ChangeLog.md Outdated Show resolved Hide resolved
@josefpihrt josefpihrt merged commit 53e5732 into dotnet:main Aug 21, 2023
14 checks passed
@josefpihrt
Copy link
Collaborator

Thanks for the PR!

@bdovaz bdovaz deleted the feature/take-wpf-into-account branch August 21, 2023 11:15
Haarmees pushed a commit to Haarmees/Roslynator that referenced this pull request Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

partial keyword usage and WPF
2 participants