Skip to content

Commit 6dadca4

Browse files
committed
Allow commented code
1 parent 99c54d3 commit 6dadca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<EnforeCodeStyleInBuild>true</EnforeCodeStyleInBuild>
1515
<EnableNETAnalyzers>true</EnableNETAnalyzers>
1616
<EnableCodeAnalysis>true</EnableCodeAnalysis>
17-
<NoWarn>CA2007;CA1848;CA1002;CA2000;S3267;CA1515;S1118;CA2234;CA1812</NoWarn>
17+
<NoWarn>S125;CA2007;CA1848;CA1002;CA2000;S3267;CA1515;S1118;CA2234;CA1812</NoWarn>
1818
</PropertyGroup>
1919
<PropertyGroup Condition="$(MSBuildProjectName.EndsWith('Tests'))">
2020
<NoWarn>$(NoWarn);CA5394;CA1707</NoWarn>
@@ -25,4 +25,4 @@
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2626
</PackageReference>
2727
</ItemGroup>
28-
</Project>
28+
</Project>

0 commit comments

Comments
 (0)