db.Database.CreateIfNotExists (); no longer creates a database and always returns true after enabling migration. I do not see anything mentioned about this in the node release. This is mistake?
Note that both AutomaticMigrationsEnabled = true or false do not work after I enable "Enable-Migrations" in the nuget console.
public void TestMethod1() {
source share