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 d786b2f commit 899be4fCopy full SHA for 899be4f
src/HotChocolate/Core/src/Types.Analyzers/Helpers/CodeWriterExtensions.cs
@@ -31,6 +31,7 @@ public static void WriteFileHeader(this CodeWriter writer)
31
writer.WriteIndentedLine("// <auto-generated/>");
32
writer.WriteLine();
33
writer.WriteIndentedLine("#nullable enable");
34
+ writer.WriteIndentedLine("#pragma warning disable");
35
36
writer.WriteIndentedLine("using System;");
37
writer.WriteIndentedLine("using System.Runtime.CompilerServices;");
0 commit comments