We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84dac02 commit 4397281Copy full SHA for 4397281
1 file changed
src/ExampleProject/Program.cs
@@ -1,6 +1,8 @@
1
using System.Text.Json;
2
using ExampleProject;
3
4
+#pragma warning disable CS8321 // Local function is declared but never used
5
+
6
// Student
7
//
8
0 commit comments