FluentMigrator.Runner.Cli icon indicating copy to clipboard operation
FluentMigrator.Runner.Cli copied to clipboard

`migrate`

Open johnkors opened this issue 9 years ago • 1 comments

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 the latest CLIs which will have that keyword?

Documentation for dotnet migrate

Maybe make it similar to how EF does it? dotnet ef migrate ..? So for instance: dotnet fluent migrate ?

johnkors avatar Dec 05 '16 08:12 johnkors

Yes, I know they are clashing. Hopefully people from FluentMigrator will get theirs ready in time for .NET Standard 2.0 and we can retire this one. They are targeting the work here: https://github.com/schambers/fluentmigrator/issues/712 Until then, we could evolve it. I haven't touch this code for a while, but a PR is sent I will check it out.

giggio avatar Jan 08 '17 03:01 giggio