What files am I missing wile running migrations from a console app?
With Entity Framework 6 and a working PostgreSQL database plus connection I am trying to run the Add-Migration and Update-Database commands and create an update script via a console app. It is possible to run the commands from a console since it are "just thin wrapper around an API", see this SO-answer for the example I used. The creation of migrations work, three regular files are created, namely: Initial.cs Initial.Designer.cs Initial.resx Here's the console app that does not work for Update-Database . public static void Main() { // Specify the name of the database migration // Note: make