Enable CheckForOverflowUnderflow.
Sean Hall committed
Dec 14, 2020 at 14:37 UTC
9e48fc2e76038ebbdaa3025219d65ba070946675
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>