Microsoft.EntityFrameworkCore.InMemory

Microsoft.EntityFrameworkCore.InMemory is the EF Core database provider package for the built-in in-memory database.


This database provider allows Entity Framework Core to be used with an in-memory database. While it has become common to use the in-memory database for testing, this is discouraged. For more information on how to test EF Core applications, see Testing EF Core Applications.