I had the following error in package manager console when Add-Migration
Value cannot be null. Parameter name: connectionString
I had a similar issue. I had a typo in my appsettings.json. Changing ConnectionsStrings to ConnectionStrings did it for me!
appsettings.json
ConnectionsStrings
ConnectionStrings