hvanbakel / CsprojToVs2017

Tooling for converting pre 2017 project to the new Visual Studio 2017 format.
MIT License
1.08k stars 120 forks source link

"This project type is not supported for conversion" message should explain reason #241

Closed leotsarev closed 5 years ago

leotsarev commented 5 years ago

Steps to reproduce:

  1. Clean and safe csrpoj w/o EF.
  2. Add folder "Migrations"

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"

leotsarev commented 5 years ago

Thanks, @hvanbakel !