Skip to content

Commit 80976d2

Browse files
committed
Squelch VS confusion about unmanaged disposal sim.
1 parent 53fb8bb commit 80976d2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

DependencyQueue.Tests/DependencyQueue.Tests.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
<RootNamespace>DependencyQueue</RootNamespace>
2323
</PropertyGroup>
2424

25+
<PropertyGroup>
26+
<NoWarn>$(NoWarn);CA1816</NoWarn>
27+
<!--
28+
CA1816: GC.SuppressFinalize(object) in unusual place
29+
-->
30+
</PropertyGroup>
31+
2532
<ItemGroup>
2633
<ProjectReference Include="..\DependencyQueue\DependencyQueue.csproj" />
2734
</ItemGroup>

0 commit comments

Comments
 (0)