I am working with the latest .Net Core and EF Core in Visual Studio 2017. I have created a model and it was working great. I have since made some modifications and am gett
If you have a separate project for context. set a startup project with the target project
dotnet ef migrations add InitialCreate -s .\src\WebUI\ -p .\src\Infrastructure\ --verbose