Integration tests in ASP.NET Core 3.1 with EF is not working
A while ago I ran into an issue while trying to write some integration tests for a .NET Core based API. The API was using EF Core and the idea was to replace this with an inmemory database in the integration tests. I followed the otherwise excellent documentation from Microsoft on how to write proper