Mihai Muraru

Results 2 comments of Mihai Muraru

When unit testing DBContext using the in-memory provider,the database is initialized with data using context.Database.EnsureCreated() with the new model-based seeding with primary keys specified i have the following error when...

I have filed https://github.com/aspnet/EntityFrameworkCore/issues/12371 with a solution that reproduces the behavior.