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 94e0b1c commit 2ed8309Copy full SHA for 2ed8309
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