/MixedEFCoreUnitTesting

When doing unit tests for EF Core, we can use in-memory-database to test functionalities but sometimes we needs to use SQL features. That's where SQLite comes into play.

Primary LanguageC#

Watchers