We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a90d2 commit 5f9b487Copy full SHA for 5f9b487
Directory.Build.props
@@ -14,7 +14,7 @@
14
<EnforeCodeStyleInBuild>true</EnforeCodeStyleInBuild>
15
<EnableNETAnalyzers>true</EnableNETAnalyzers>
16
<EnableCodeAnalysis>true</EnableCodeAnalysis>
17
- <NoWarn>S6678;CA2007;CA1848;CA1002;CA2000;S3267;CA1515;S1118;CA2234;S3881;CA1812</NoWarn>
+ <NoWarn>CA2007;CA1848;CA1002;CA2000;S3267;CA1515;S1118;CA2234;CA1812</NoWarn>
18
</PropertyGroup>
19
<PropertyGroup Condition="$(MSBuildProjectName.EndsWith('Tests'))">
20
<NoWarn>$(NoWarn);CA5394;CA1707</NoWarn>
0 commit comments