Skip to content

Commit e19e993

Browse files
authored
Update faq.md
1 parent 5583dff commit e19e993

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/faq.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ Possible reasons:
1414
- Migration class isn't attributed with `MigrationAttribute`
1515
- The versions of the `Migrate.exe` tool (`FluentMigrator.Console` package) and the `FluentMigrator` package(s) referenced in your project are different.
1616

17-
## How can I run FluentMigrator.DotNet.Cli with a .NET 5.0 assembly?
17+
## How can I run FluentMigrator.DotNet.Cli with a different .NET runtime target migration assembly?
1818

19-
The FluentMigrator.DotNet.Cli contains an `--allowDirtyAssemblies` switch that will allow you to load your 5.0 assemblies in a .NET Core 3.1 context. We're working on .NET 5.0 support.'
19+
The FluentMigrator.DotNet.Cli contains an `--allowDirtyAssemblies` switch that will allow you to load your migration assemblies (e.g. 9.0) in a different .NET runtime context (e.g. 8.0).
20+
21+
## Why aren't my Maintenance Migrations found and run by my In-Process Runner?
22+
23+
If you're using a custom runner, use `.For.All()` instead of `.For.Migrations()`.
2024

2125
## Why do I get `System.IO.FileLoadException: Could not load file or assembly 'FluentMigrator ...`?
2226

0 commit comments

Comments
 (0)