Enum CompatabilityMode
The old compatibility mode
Namespace: FluentMigrator.Runner
Assembly: FluentMigrator.Runner.Core.dll
Syntax
[Obsolete("Use CompatibilityMode instead")]
public enum CompatabilityMode
Fields
Name | Description |
---|---|
LOOSE | Unsupported processor features are ignored |
STRICT | Ensure that an exception gets thrown when a processor doesn't support a specific feature |