You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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: fluentmigrator/fluentmigrator#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.
Isn't the keyword to use this CLI extension clashing with dotnet CLI's own
migrate
, which migrates fromproject.json
to newmsbuild / 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
?The text was updated successfully, but these errors were encountered: