Skip to content

Commit caf003f

Browse files
committed
No warn on missing xml comments
1 parent d5c3c09 commit caf003f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Common.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<VersionSuffix>preview</VersionSuffix>
99
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
11+
<NoWarn>$(NoWarn);CS1591</NoWarn>
1112
<LangVersion>Latest</LangVersion>
1213
<DebugType>portable</DebugType>
1314
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>

0 commit comments

Comments
 (0)