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 6a2d7a8 commit abad2beCopy full SHA for abad2be
1 file changed
Directory.Build.props
@@ -57,7 +57,8 @@
57
</PropertyGroup>
58
59
<PropertyGroup Condition="'$(DeveloperBuild)' == 'true'">
60
- <WarningsNotAsErrors>$(WarningsNotAsErrors);CS1591;SA1636</WarningsNotAsErrors>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
61
+ <WarningsAsErrors></WarningsAsErrors>
62
63
64
<!-- HACK: Work around #15093 -->
0 commit comments