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 99c54d3 commit 6dadca4Copy full SHA for 6dadca4
Directory.Build.props
@@ -14,7 +14,7 @@
14
<EnforeCodeStyleInBuild>true</EnforeCodeStyleInBuild>
15
<EnableNETAnalyzers>true</EnableNETAnalyzers>
16
<EnableCodeAnalysis>true</EnableCodeAnalysis>
17
- <NoWarn>CA2007;CA1848;CA1002;CA2000;S3267;CA1515;S1118;CA2234;CA1812</NoWarn>
+ <NoWarn>S125;CA2007;CA1848;CA1002;CA2000;S3267;CA1515;S1118;CA2234;CA1812</NoWarn>
18
</PropertyGroup>
19
<PropertyGroup Condition="$(MSBuildProjectName.EndsWith('Tests'))">
20
<NoWarn>$(NoWarn);CA5394;CA1707</NoWarn>
@@ -25,4 +25,4 @@
25
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
26
</PackageReference>
27
</ItemGroup>
28
-</Project>
+</Project>
0 commit comments