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 92f774a commit 7998b24Copy full SHA for 7998b24
src/Generator/Generators/CSharp/CSharpSources.cs
@@ -84,6 +84,9 @@ public override void Process()
84
85
GenerateUsings();
86
87
+ WriteLine("#pragma warning disable CS0109 // Member does not hide an inherited member; new keyword is not required");
88
+ NewLine();
89
+
90
if (!string.IsNullOrEmpty(Module.OutputNamespace))
91
{
92
PushBlock(BlockKind.Namespace);
0 commit comments