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 0d39115 commit 509f8deCopy full SHA for 509f8de
Directory.Build.props
@@ -29,8 +29,11 @@
29
<NoWarn>$(NoWarn);TKSMPL0014;</NoWarn>
30
31
<!-- See https://github.com/CommunityToolkit/Windows/pull/567#issuecomment-2498739244 -->
32
- <WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
+ <WarningsNotAsErrors>$(WarningsNotAsErrors);NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
33
34
+
35
+ <!-- See https://github.com/CommunityToolkit/Windows/pull/609#issuecomment-2613505591 -->
36
+ <WarningsNotAsErrors>$(WarningsNotAsErrors);CS0419</WarningsNotAsErrors>
37
</PropertyGroup>
38
39
<Import Project="Windows.Toolkit.Common.props" />
0 commit comments