Skip to content

Commit

Permalink
Turn null checker for all files in Libplanet proj
Browse files Browse the repository at this point in the history
[changelog skip]
  • Loading branch information
dahlia committed Jan 24, 2022
1 parent 29a2db5 commit f20de4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libplanet/Libplanet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ https://docs.libplanet.io/</Description>
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1</TargetFrameworks>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
<NoWarn>$(NoWarn);CS0660;CS0661;S3875;CS1591;NU5104;MEN001</NoWarn>
<!-- CS0660/CS0661/S3875 are turned off due to https://github.com/Fody/Equals/pull/96 -->
<!-- FIXME: CS1591 should be turned on eventually. -->
Expand Down

0 comments on commit f20de4d

Please sign in to comment.