Skip to content

Commit 1b81319

Browse files
authored
chore: Added CS0618 and S1133 to WarningsNotAsErrors property (#83)
1 parent 77283de commit 1b81319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetEvolve.Defaults/build/SupportGeneral.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<NoWarn>$(NoWarn);CA1810;CA1031;</NoWarn>
4040
<NoWarn Condition=" '$(IsTestableProject)' == 'true' ">$(NoWarn);CS8604;CA2007;S4144;1591;CA1707;IDE1006;VSTHRD200;CA1822;CA1515;S3011;S1192</NoWarn>
4141

42-
<WarningsNotAsErrors>$(WarningsNotAsErrors);CA5394;NU1701</WarningsNotAsErrors>
42+
<WarningsNotAsErrors>$(WarningsNotAsErrors);CA5394;NU1701;CS0618;S1133</WarningsNotAsErrors>
4343
</PropertyGroup>
4444

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

0 commit comments

Comments
 (0)