We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca95f7 commit 3fd195fCopy full SHA for 3fd195f
MaxMind.GeoIP2/CompatibilitySuppressions.xml
@@ -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