Skip to content

Commit 22b44a0

Browse files
Remove nettopoloy for sqlite for now.
1 parent c19e456 commit 22b44a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PhenX.EntityFrameworkCore.BulkInsert.Tests/DbContainer/TestDbContainerSqlite.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ protected override void Configure(DbContextOptionsBuilder optionsBuilder)
2323
optionsBuilder
2424
.UseSqlite(GetConnectionString(), o =>
2525
{
26-
o.UseNetTopologySuite();
26+
// o.UseNetTopologySuite();
2727
})
2828
.UseBulkInsertSqlite();
2929
}

0 commit comments

Comments
 (0)