Skip to content

Commit 112dc6e

Browse files
author
fabien.menager
committed
Fix null ref type warning
1 parent 3abfb59 commit 112dc6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PhenX.EntityFrameworkCore.BulkInsert.Tests/DbContext/TestEntityWithJson.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ public class TestEntityWithJson : TestEntityBase
1111

1212
public List<int> JsonArray { get; set; } = [];
1313

14-
public JsonDbObject JsonObject { get; set; }
14+
public JsonDbObject? JsonObject { get; set; }
1515
}

0 commit comments

Comments
 (0)