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.