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

Enable xUnit2029 rule #10600

Merged

Conversation

f-alizada
Copy link
Contributor

Fixes #10599

Context

During the retargeting work from net8 to net9 new tools brought new rules and warnings to the build. Not to introduce a lot of changes in one PR the rules were disabled.

Changes Made

This PR enables one of them xUnit2029 https://xunit.net/xunit.analyzers/rules/xUnit2029 and addresses the warnings

Testing

All tests should pass

@f-alizada f-alizada merged commit 7cf6609 into dotnet:main Sep 3, 2024
10 checks passed
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.

Enable/disable xUnit2029 rule
3 participants