We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7396f48 commit 11e63b2Copy full SHA for 11e63b2
Directory.Build.props
@@ -5,6 +5,8 @@
5
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
6
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
7
<MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>
8
- <CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
+ <CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
9
+ <GenerateDocumentationFile>true</GenerateDocumentationFile>
10
+ <NoWarn>$(NoWarn);CS1591;</NoWarn>
11
</PropertyGroup>
12
</Project>
0 commit comments