You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
For code style rules we have both
IDE*
configs anddotnet_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 thedotnet_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
The text was updated successfully, but these errors were encountered: