Skip to content

Commit 272b1bf

Browse files
committed
Do not catch+discard exceptions when building in DEBUG mode.
1 parent 5624d57 commit 272b1bf

File tree

3 files changed

+173
-47
lines changed

3 files changed

+173
-47
lines changed

src/CertViewer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<IntermediateOutputPath>..\obj\Release\</IntermediateOutputPath>
4242
<DefineConstants>TRACE</DefineConstants>
4343
<ErrorReport>prompt</ErrorReport>
44-
<WarningLevel>4</WarningLevel>
44+
<WarningLevel>5</WarningLevel>
4545
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
4646
<Prefer32Bit>false</Prefer32Bit>
4747
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)