Skip to content

Commit 3fd195f

Browse files
committed
Add API compat suppression file
1 parent 6ca95f7 commit 3fd195f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- https://learn.microsoft.com/dotnet/fundamentals/package-validation/diagnostic-ids -->
3+
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
4+
<Suppression>
5+
<DiagnosticId>CP0002</DiagnosticId>
6+
<Target>M:MaxMind.GeoIP2.Responses.AnonymousPlusResponse.#ctor(System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,MaxMind.Db.Network,System.String)</Target>
7+
<Left>lib/netstandard2.1/MaxMind.GeoIP2.dll</Left>
8+
<Right>lib/net8.0/MaxMind.GeoIP2.dll</Right>
9+
</Suppression>
10+
</Suppressions>

0 commit comments

Comments
 (0)