Skip to content

Commit 110a677

Browse files
committed
Suppress warning about missing xml docs, on release
1 parent 31fc173 commit 110a677

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/TestStack.BDDfy/Reporters/Html/HtmlReportResources.Designer.cs

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/TestStack.BDDfy/TestStack.BDDfy.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<WarningLevel>4</WarningLevel>
3535
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3636
<DocumentationFile>bin\Release\TestStack.BDDfy.xml</DocumentationFile>
37+
<NoWarn>CS1591</NoWarn>
3738
</PropertyGroup>
3839
<PropertyGroup>
3940
<SignAssembly>false</SignAssembly>

0 commit comments

Comments
 (0)