We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c67cdd commit d083841Copy full SHA for d083841
1 file changed
MultiTarget/Uno.props
@@ -31,7 +31,7 @@
31
Uno uses IDisposable internally, but exposes it publicly.
32
See https://github.com/CommunityToolkit/Labs-Windows/pull/275#issuecomment-1331113635
33
-->
34
- <NoWarn>$(NoWarn);CA1063</NoWarn>
+ <NoWarn>$(NoWarn);CA1063;CA1001;</NoWarn>
35
</PropertyGroup>
36
37
<ItemGroup Condition="'$(IsWasmHead)' == 'true'">
0 commit comments