In previous versions of the Entity Framework, code migrations could be controlled programmatically using the DbMigrator class (for example, check and apply available migrations). Does this class still exist somewhere or is there a functional replacement? I found a message in an earlier version of RC that indicated a replacement, but that also seems to be missing in Core 1.0. I can control my migrations through the CLI without any problems, but I think that I need firmware for scripting special tools.
source share