EF Core 7 MaxBatchSize and auto generated ID's

EF Core 7 MaxBatchSize and auto generated ID's

When using a MaxBatchSize I get an Exception when inserting a record, the ID is auto generated by the database:
The property 'Planning.PLANNING_ID' has a temporary value while attempting to change the entity's state to 'Unchanged'. Either set a permanent value explicitly, or ensure that the database is configured to generate values for this property

I set the MaxBatchSize using the optionsBuilder:
optionsBuilder.UseOracle(_connectionString.Value, b => b.MaxBatchSize(40));

Tested with Devart.Data.Oracle.EFCore 10.1.134.7 and 10.1.151.7

This was working with EF Core 5 and Devart 9.14.1228.