@joebigelow / wix / commits / c88d4e26

Enable CheckForOverflowUnderflow.

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