Skip to content

Commit

Permalink
fix: Exclude S3011 and S1192 from Test projects (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion authored Jan 8, 2025
1 parent 7917f9b commit 100f45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetEvolve.Defaults/build/SupportGeneral.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>

<NoWarn>$(NoWarn);CA1810;CA1031;</NoWarn>
<NoWarn Condition=" '$(IsTestableProject)' == 'true' ">$(NoWarn);CS8604;CA2007;S4144;1591;CA1707;IDE1006;VSTHRD200;CA1822;CA1515</NoWarn>
<NoWarn Condition=" '$(IsTestableProject)' == 'true' ">$(NoWarn);CS8604;CA2007;S4144;1591;CA1707;IDE1006;VSTHRD200;CA1822;CA1515;S3011;S1192</NoWarn>
</PropertyGroup>

<PropertyGroup Label="Error Handling" Condition=" '$(Configuration)' == 'Release' ">
Expand Down

0 comments on commit 100f45c

Please sign in to comment.