File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed
Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -497,6 +497,9 @@ dotnet_diagnostic.S1135.severity = suggestion # https://github.com/atc-net
497497# #########################################
498498# Custom - Code Analyzers Rules
499499# #########################################
500+
500501dotnet_diagnostic.CA1062.severity = none # Do not demand null-checking when using nullable reference types.
501502dotnet_diagnostic.CA1014.severity = none # No need for CLSCompliantAttribute
502- dotnet_diagnostic.SA1011.severity = none # Space needed after closing square bracet " ]" needed for nullable arrays
503+ dotnet_diagnostic.SA1011.severity = none # Space needed after closing square bracet " ]" needed for nullable arrays
504+
505+ dotnet_diagnostic.S1172.severity = none # False positive: Unused method parameters should be removed
Original file line number Diff line number Diff line change 4343 <ItemGroup Label =" Code Analyzers" >
4444 <PackageReference Include =" AsyncFixer" Version =" 1.6.0" PrivateAssets =" All" />
4545 <PackageReference Include =" Asyncify" Version =" 0.9.7" PrivateAssets =" All" />
46- <PackageReference Include =" Meziantou.Analyzer" Version =" 1.0.702 " PrivateAssets =" All" />
46+ <PackageReference Include =" Meziantou.Analyzer" Version =" 1.0.704 " PrivateAssets =" All" />
4747 <PackageReference Include =" SecurityCodeScan.VS2019" Version =" 5.6.3" PrivateAssets =" All" />
4848 <PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.118" PrivateAssets =" All" />
4949 <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.40.0.48530" PrivateAssets =" All" />
Original file line number Diff line number Diff line change 2020 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
2121 <PackageReference Include =" NSubstitute" Version =" 4.3.0" />
2222 <PackageReference Include =" xunit.extensibility.core" Version =" 2.4.1" />
23- <PackageReference Include =" System.Text.Json" Version =" 6.0.4" />
24- </ItemGroup >
25-
26- <ItemGroup >
27- <PackageReference Update =" Nerdbank.GitVersioning" Version =" 3.5.107" />
23+ <PackageReference Include =" System.Text.Json" Version =" 6.0.5" />
2824 </ItemGroup >
2925
3026</Project >
Original file line number Diff line number Diff line change 5555
5656 <ItemGroup >
5757 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
58- <PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.4.255 " PrivateAssets =" All" />
58+ <PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.5.107 " PrivateAssets =" All" />
5959 </ItemGroup >
6060
6161</Project >
You can’t perform that action at this time.
0 commit comments