FluentMigrator.Runner.Cli
FluentMigrator.Runner.Cli copied to clipboard
A .NET CLI runner for Fluent Migrator
Isn't the keyword to use this CLI extension clashing with dotnet CLI's own `migrate` , which migrates from `project.json` to new `msbuild / csproj`? What happens when using it with...
Fixes #7
As described in https://github.com/schambers/fluentmigrator/wiki/Command-Line-Runner-Options
As described in https://github.com/schambers/fluentmigrator/wiki/Command-Line-Runner-Options
As described in https://github.com/schambers/fluentmigrator/wiki/Command-Line-Runner-Options Should also create a migration that uses the context to the test project, as described in https://github.com/schambers/fluentmigrator/wiki/ApplicationContext%3A-Passing-parameters-to-Migrations so we can verify.
As described in https://github.com/schambers/fluentmigrator/wiki/Command-Line-Runner-Options Should also add a new migration, a directory and a sql file so we can test.
As described in https://github.com/schambers/fluentmigrator/wiki/Command-Line-Runner-Options
As described in https://github.com/schambers/fluentmigrator/wiki/Command-Line-Runner-Options
As described on https://github.com/schambers/fluentmigrator/wiki/Command-Line-Runner-Options
As described on: https://github.com/schambers/fluentmigrator/wiki/Command-Line-Runner-Options Should also implement the `nested` option. Should also add a migration to a different namespace to the test project so we can verify.