Skip to content

Commit

Permalink
Upgrade SonarAnalyzer.CSharp package to v9.24.0.89429
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Apr 30, 2024
1 parent 8c05bfd commit 5931a97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@ dotnet_diagnostic.S1133.severity = none

dotnet_diagnostic.S1135.severity = none

# S1144: Unused private types or members should be removed
dotnet_diagnostic.S1144.severity = none

dotnet_diagnostic.S1145.severity = warning

dotnet_diagnostic.S1147.severity = warning
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup Label="Code analysis packages">
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.23.2.88755" PrivateAssets="All" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.24.0.89429" PrivateAssets="All" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit 5931a97

Please sign in to comment.