Skip to content

Commit 8b53a1f

Browse files
authored
NoWarn CP1002 for MessagePack project
1 parent efacad2 commit 8b53a1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/SignalR/common/Protocols.MessagePack/src/Microsoft.AspNetCore.SignalR.Protocols.MessagePack.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<RootNamespace>Microsoft.AspNetCore.SignalR</RootNamespace>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<Nullable>enable</Nullable>
9+
<!-- Avoid a warning that is emitted by APICompat when it can't find Microsoft.NET.StringTools.dll
10+
which is a dependency of MessagePack.dll but is excluded from "compile" in the package's nuspec. -->
11+
<NoWarn>$(NoWarn);CP1002</NoWarn>
912
</PropertyGroup>
1013

1114
<ItemGroup>

0 commit comments

Comments
 (0)