You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLite causes many problems, for instance you can't use EF Core Migrations to create Views in SQLite (refer to this answer) which prevents any functional tests on views!
Either use two seperate databases (locally) for production & testing, which requires adding github actions for setting up the test database.