Skip to content

Commit d083841

Browse files
committed
Suppress CA1001
1 parent 5c67cdd commit d083841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MultiTarget/Uno.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Uno uses IDisposable internally, but exposes it publicly.
3232
See https://github.com/CommunityToolkit/Labs-Windows/pull/275#issuecomment-1331113635
3333
-->
34-
<NoWarn>$(NoWarn);CA1063</NoWarn>
34+
<NoWarn>$(NoWarn);CA1063;CA1001;</NoWarn>
3535
</PropertyGroup>
3636

3737
<ItemGroup Condition="'$(IsWasmHead)' == 'true'">

0 commit comments

Comments
 (0)