We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e216aec commit ff1c335Copy full SHA for ff1c335
1 file changed
Directory.Build.props
@@ -3,7 +3,7 @@
3
<!-- Common properties for all projects -->
4
<PropertyGroup>
5
<LangVersion>latest</LangVersion>
6
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
7
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
8
<GenerateDocumentationFile>true</GenerateDocumentationFile>
9
<NoWarn>$(NoWarn);CS1591</NoWarn> <!-- Missing XML comment for publicly visible type -->
0 commit comments