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 0472fae commit 16d639dCopy full SHA for 16d639d
Directory.Build.props
@@ -12,7 +12,10 @@
12
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
13
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
14
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
15
- <NoWarn>$(NoWarn);Uno0001</NoWarn>
+ <NoWarn>$(NoWarn);Uno0001</NoWarn>
16
+
17
+ <!-- See https://github.com/CommunityToolkit/Labs-Windows/pull/605#issuecomment-2498743676 -->
18
+ <WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
19
</PropertyGroup>
20
21
<Import Project="Windows.Toolkit.Common.props" />
0 commit comments