Enable CheckForOverflowUnderflow.
Sean Hall committed
Dec 14, 2020 at 14:29 UTC
f970f584c1caac8927ee9d9090fe19f5a2a8b50d
1 file changed
+1
src/CSharp.Build.props
+1
@@ -5,6 +5,7 @@
5
-->
6
<Project>
7
<PropertyGroup>
8
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
9
<SignAssembly>true</SignAssembly>
10
<AssemblyOriginatorKeyFile>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)wix.snk))</AssemblyOriginatorKeyFile>
11
</PropertyGroup>