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 15a0b39 commit 4a08108Copy full SHA for 4a08108
Directory.Build.props
@@ -33,7 +33,7 @@
33
<NoWarn>$(NoWarn);TKSMPL0014;</NoWarn>
34
35
<!-- See https://github.com/CommunityToolkit/Windows/pull/609#issuecomment-2613505591 -->
36
- <WarningsNotAsErrors>$(WarningsNotAsErrors);CS0419;CS1570</WarningsNotAsErrors>
+ <WarningsNotAsErrors>$(WarningsNotAsErrors);CS0419;CS1570;CS1574</WarningsNotAsErrors>
37
</PropertyGroup>
38
39
<Import Project="Windows.Toolkit.Common.props" />
0 commit comments