Exception in EF Core 7 / SQLite with a code-first approach :
Table does not exist
Code is here with issue detail:
https://github.com/HumairaSid/EFCoreBasicCaching
I'm trying to create a SQLite database with Entity Framework Core 7.0 and a code-first approach.
Issue is table does not exist, it seems actual problem is database is not getting created by code.
I need your help