Skip to content

Commit abad2be

Browse files
authored
Allow all warnings in dev build (#38551)
1 parent 6a2d7a8 commit abad2be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
</PropertyGroup>
5858

5959
<PropertyGroup Condition="'$(DeveloperBuild)' == 'true'">
60-
<WarningsNotAsErrors>$(WarningsNotAsErrors);CS1591;SA1636</WarningsNotAsErrors>
60+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
61+
<WarningsAsErrors></WarningsAsErrors>
6162
</PropertyGroup>
6263

6364
<!-- HACK: Work around #15093 -->

0 commit comments

Comments
 (0)