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 4b1e3f8 commit 8a243dbCopy full SHA for 8a243db
1 file changed
src/MemoryPack.Generator/MemoryPackGenerator.Emitter.cs
@@ -76,6 +76,7 @@ static void Generate(TypeDeclarationSyntax syntax, Compilation compilation, stri
76
#pragma warning disable CS0162 // Unreachable code
77
#pragma warning disable CS0164 // This label has not been referenced
78
#pragma warning disable CS0219 // Variable assigned but never used
79
+#pragma warning disable CS0618 // Type or member is obsolete
80
#pragma warning disable CS8600 // Converting null literal or possible null value to non-nullable type.
81
#pragma warning disable CS8601 // Possible null reference assignment
82
#pragma warning disable CS8602
0 commit comments