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.
Or use a Docker container.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The text was updated successfully, but these errors were encountered: