I'm using ...EFCore BulkExtensions... 2.5.0 with Entity Framework Core 2.2.3 and EFCore.SQLite 2.2.6....I have code like this:...// Repo that throws exception on BulkInsert
public class UserRepository
{
private readonly IDbContextProvider<ReportContext...