Skip to content

Commit

Permalink
suppress nullable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cephalin committed Jan 19, 2022
1 parent 1f16391 commit cb749d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Data/MyDatabaseContext.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
#nullable disable
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
Expand Down

0 comments on commit cb749d4

Please sign in to comment.