I had the following error in package manager console when Add-Migration
Value cannot be null. Parameter name: connectionString
I'm stupid and I had typo
{ "Conn*ce*tionStrings": { "DefaultConnection": "Data source=***.db" },
changed it to
{ "ConnectionStrings": { "DefaultConnection": "Data source=datingapp.db" },