We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7618c commit 0d3c7feCopy full SHA for 0d3c7fe
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