Hello
When I use AddBulkOperationSupport I get this error. In some tables I have DateOnly which is nullable and in some it is not
And I am not using TempTable
I am using the latest version
Please help me to solve the problem
System.InvalidOperationException: 'The table 'TempTables.TempTable1' cannot be used for entity type 'Thinktecture:TempTable:Thinktecture.EntityFrameworkCore.TempTables.TempTable<DateOnly?> (TempTable<DateOnly?>)' since it is being used for entity type 'Thinktecture:TempTable:Thinktecture.EntityFrameworkCore.TempTables.TempTable (TempTable)' and potentially other entity types, but there is no linking relationship. Add a foreign key to 'Thinktecture:TempTable:Thinktecture.EntityFrameworkCore.TempTables.TempTable<DateOnly?> (TempTable<DateOnly?>)' on the primary key properties and pointing to the primary key on another entity type mapped to 'TempTables.TempTable1'.'
Hello
When I use AddBulkOperationSupport I get this error. In some tables I have DateOnly which is nullable and in some it is not
And I am not using TempTable
I am using the latest version
Please help me to solve the problem
System.InvalidOperationException: 'The table 'TempTables.TempTable1' cannot be used for entity type 'Thinktecture:TempTable:Thinktecture.EntityFrameworkCore.TempTables.TempTable<DateOnly?> (TempTable<DateOnly?>)' since it is being used for entity type 'Thinktecture:TempTable:Thinktecture.EntityFrameworkCore.TempTables.TempTable (TempTable)' and potentially other entity types, but there is no linking relationship. Add a foreign key to 'Thinktecture:TempTable:Thinktecture.EntityFrameworkCore.TempTables.TempTable<DateOnly?> (TempTable<DateOnly?>)' on the primary key properties and pointing to the primary key on another entity type mapped to 'TempTables.TempTable1'.'