Skip to content

Commit f7d622d

Browse files
committed
supress doc comment warnings in release build
1 parent 9ac048c commit f7d622d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

RetailCoder.VBE/Rubberduck.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<RegisterForComInterop>true</RegisterForComInterop>
4040
<DocumentationFile>bin\Release\Rubberduck.XML</DocumentationFile>
4141
<DebugSymbols>true</DebugSymbols>
42+
<NoWarn>1591</NoWarn>
4243
</PropertyGroup>
4344
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugAccess|AnyCPU'">
4445
<DebugSymbols>true</DebugSymbols>

RubberduckTests/RubberduckTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<DefineConstants>TRACE</DefineConstants>
3838
<ErrorReport>prompt</ErrorReport>
3939
<WarningLevel>4</WarningLevel>
40+
<NoWarn>1591</NoWarn>
4041
</PropertyGroup>
4142
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugAccess|AnyCPU'">
4243
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)