Skip to content

Commit

Permalink
Update Directory.Build.props to suppress specific warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Nov 25, 2024
1 parent f018d5a commit fa08f10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<NoWarn>$(NoWarn);Uno0001</NoWarn>
<!-- TODO: Turn off sample pages needing samples for now, for initial commit -->
<NoWarn>$(NoWarn);TKSMPL0014;</NoWarn>

<!-- See https://github.com/CommunityToolkit/Windows/pull/567#issuecomment-2498739244 -->
<WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
</PropertyGroup>

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

0 comments on commit fa08f10

Please sign in to comment.