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 f018d5a commit fa08f10Copy full SHA for fa08f10
Directory.Build.props
@@ -27,6 +27,9 @@
27
<NoWarn>$(NoWarn);Uno0001</NoWarn>
28
<!-- TODO: Turn off sample pages needing samples for now, for initial commit -->
29
<NoWarn>$(NoWarn);TKSMPL0014;</NoWarn>
30
+
31
+ <!-- See https://github.com/CommunityToolkit/Windows/pull/567#issuecomment-2498739244 -->
32
+ <WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
33
</PropertyGroup>
34
35
<Import Project="Windows.Toolkit.Common.props" />
0 commit comments