We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hello,
executing the migration command below does not work from version 10.0.0-rc.2
using UnitOfWork uow = new(); uow.Database.Migrate();
using UnitOfWork uow = new();
uow.Database.Migrate();
In addition, calling the following command
var migrations = uow.Database.GetMigrations().ToArray();
from version 10.0.0-rc.2 returns an empty array.
Hello,
executing the migration command below does not work from version 10.0.0-rc.2
using UnitOfWork uow = new();uow.Database.Migrate();In addition, calling the following command
var migrations = uow.Database.GetMigrations().ToArray();from version 10.0.0-rc.2 returns an empty array.