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.
2 parents 99cc0c7 + 2ed8309 commit 0f94ed8Copy full SHA for 0f94ed8
src/ConsoleAppFramework/ConsoleAppBaseCode.cs
@@ -9,6 +9,7 @@ public static class ConsoleAppBaseCode
9
#pragma warning disable CS0162 // Unreachable code
10
#pragma warning disable CS0164 // This label has not been referenced
11
#pragma warning disable CS0219 // Variable assigned but never used
12
+#pragma warning disable CS1591 // Missing XML comment
13
#pragma warning disable CS8600 // Converting null literal or possible null value to non-nullable type.
14
#pragma warning disable CS8601 // Possible null reference assignment
15
#pragma warning disable CS8602
0 commit comments