Skip to content

Commit ff1c335

Browse files
committed
fix: enable TreatWarningsAsErrors in Directory.Build.props
1 parent e216aec commit ff1c335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Common properties for all projects -->
44
<PropertyGroup>
55
<LangVersion>latest</LangVersion>
6-
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
6+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
<NoWarn>$(NoWarn);CS1591</NoWarn> <!-- Missing XML comment for publicly visible type -->

0 commit comments

Comments
 (0)