Actual result:
"This project type is not supported for conversion" w/o further explanation.
Expected result:
Descriptive message like:
"This project type is not supported for conversion. Reason: we suspect that is EntityFramework project because of presense of Migrations folder / edmx file presence. If this is not EntityFramework project, you can use dotnet migrate-2017 migrate --force"
Steps to reproduce:
Actual result: "This project type is not supported for conversion" w/o further explanation.
Expected result: Descriptive message like: "This project type is not supported for conversion. Reason: we suspect that is EntityFramework project because of presense of Migrations folder / edmx file presence. If this is not EntityFramework project, you can use
dotnet migrate-2017 migrate --force
"