I'm using this MSDN Tutorial to run in VS2015 the command PM> Add-Migration MyFirstMigration -context
I am new to EF core and I'm trying to get it to work with my ASP.NET Core project. I get the above error
When I run PM> Remove-Migration -context BloggingContext in VS2015 with an ASP.NET Core project using EF Co
I'm following the docs in order to create an initial migration. When I execute dotnet, I get the help sec