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

Remove the IDE* rule duplicates after .NET 9 (OSOE-896) #106

Open
Piedone opened this issue Aug 14, 2024 · 0 comments
Open

Remove the IDE* rule duplicates after .NET 9 (OSOE-896) #106

Piedone opened this issue Aug 14, 2024 · 0 comments

Comments

@Piedone
Copy link
Member

Piedone commented Aug 14, 2024

For code style rules we have both IDE* configs and dotnet_style_* ones. This is because only the IDE ones are honored by the build (i.e. not just the IDE), see dotnet/roslyn#44201. After dotnet/roslyn#52991, the upcoming .NET 9 has support for the dotnet_style_* rules too, see dotnet/roslyn#52991 (comment).

With <AnalysisLevel>9.0</AnalysisLevel> when upgrading to .NET 9 this should be enabled by defaullt. Verify this is the case and remove the duplicate rules.

Jira issue

@github-actions github-actions bot changed the title Remove the IDE* rule duplicates after .NET 9 Remove the IDE* rule duplicates after .NET 9 (OSOE-896) Aug 14, 2024
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

No branches or pull requests

1 participant