More than one DbContext was found. Specify which one to use. Use the '-Context' parameter for PowerShell commands and the '--context' parameter for dotnet commands.

C++
Add-Migration MyFirstMigration -Context BloggingContext
update-database -Context BloggingContext

Source

Also in C++: