I had the following error in package manager console when Add-Migration
Value cannot be null. Parameter name: connectionString
I found my own problem.
I have an AppDbContextFactory class which inherits IDesignTimeDbContextFactory. Deleting this class resolves this issue.