Skip to content

Commit

Permalink
No warn on missing xml comments
Browse files Browse the repository at this point in the history
  • Loading branch information
deanmarcussen committed Aug 29, 2021
1 parent d5c3c09 commit caf003f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<VersionSuffix>preview</VersionSuffix>
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<LangVersion>Latest</LangVersion>
<DebugType>portable</DebugType>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
Expand Down

0 comments on commit caf003f

Please sign in to comment.