Skip to content

Commit 4397281

Browse files
committed
fix(ExampleProject): suppress function not used warning
1 parent 84dac02 commit 4397281

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/ExampleProject/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
using System.Text.Json;
22
using ExampleProject;
33

4+
#pragma warning disable CS8321 // Local function is declared but never used
5+
46
// Student
57
//
68

0 commit comments

Comments
 (0)