Skip to content

Commit 31fc173

Browse files
committed
Suppress warning about missing xml docs
1 parent e42d27d commit 31fc173

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TestStack.BDDfy/TestStack.BDDfy.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
2525
<DocumentationFile>bin\Debug\TestStack.BDDfy.xml</DocumentationFile>
26+
<NoWarn>CS1591</NoWarn>
2627
</PropertyGroup>
2728
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2829
<DebugType>pdbonly</DebugType>

0 commit comments

Comments
 (0)