Method MigrateAllAsync(IRedbService, ISqlDialectPro, Assembly, bool, string?)

Assembly: redb.Core.Pro.dll

Execute all migrations from assembly for all found types.
Example:
await redb.MigrateAllAsync(dialect, typeof(OrderProps).Assembly);

public static Task<Dictionary<Type, List<MigrationResult>>> MigrateAllAsync(this IRedbService redb, ISqlDialectPro dialect, Assembly assembly, bool dryRun = false, string? appliedBy = null)