I am unit testing code written against the ADO .NET Entity Framework. I would like to populate an in-memory database with rows, and make sure that my code retrieves them pro
In EF Core there are two main options for doing this:
I am using SQLite and it supports all queries, that I need to do with Azure SQL production database.