Skip to content

Commit

Permalink
Merge pull request #886 from Sergio0694/dev/remove-win2d-warnings
Browse files Browse the repository at this point in the history
Remove leftover Win2D warning suppressions
  • Loading branch information
Sergio0694 authored Dec 21, 2024
2 parents 06bfd5f + 823bc5f commit 48def30
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
<UseWinUI>true</UseWinUI>
<EnableMsixTooling>true</EnableMsixTooling>

<!-- Ignore warnings for the '[Experimental]' attribute ('CanvasAnimatedControl' temporarily has it) -->
<NoWarn>$(NoWarn);CS8305;WMC1501</NoWarn>

<!--
WinUI 3 doesn't need support for 'INotifyPropertyChanging', so we can disable it.
This avoids all generated code for it and provides a small performance improvement.
Expand Down

0 comments on commit 48def30

Please sign in to comment.