Skip to content

Commit cb749d4

Browse files
committed
suppress nullable warning
1 parent 1f16391 commit cb749d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Data/MyDatabaseContext.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using System;
1+
#nullable disable
2+
using System;
23
using System.Collections.Generic;
34
using System.Linq;
45
using System.Threading.Tasks;

0 commit comments

Comments
 (0)