Skip to content

Commit fa08f10

Browse files
committed
Update Directory.Build.props to suppress specific warnings as errors
1 parent f018d5a commit fa08f10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
<NoWarn>$(NoWarn);Uno0001</NoWarn>
2828
<!-- TODO: Turn off sample pages needing samples for now, for initial commit -->
2929
<NoWarn>$(NoWarn);TKSMPL0014;</NoWarn>
30+
31+
<!-- See https://github.com/CommunityToolkit/Windows/pull/567#issuecomment-2498739244 -->
32+
<WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
3033
</PropertyGroup>
3134

3235
<Import Project="Windows.Toolkit.Common.props" />

0 commit comments

Comments
 (0)