@joebigelow / wix-1 / commits / a82e1d8f

Enable CheckForOverflowUnderflow.

Sean Hall committed Dec 14, 2020 at 14:45 UTC a82e1d8f35e8abd0e896543bf554dfe0ab4c1253
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>