We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fb8bb commit 80976d2Copy full SHA for 80976d2
1 file changed
DependencyQueue.Tests/DependencyQueue.Tests.csproj
@@ -22,6 +22,13 @@
22
<RootNamespace>DependencyQueue</RootNamespace>
23
</PropertyGroup>
24
25
+ <PropertyGroup>
26
+ <NoWarn>$(NoWarn);CA1816</NoWarn>
27
+ <!--
28
+ CA1816: GC.SuppressFinalize(object) in unusual place
29
+ -->
30
+ </PropertyGroup>
31
+
32
<ItemGroup>
33
<ProjectReference Include="..\DependencyQueue\DependencyQueue.csproj" />
34
</ItemGroup>
0 commit comments