hvanbakel / CsprojToVs2017

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

Should not try to upgrade EF projects #220

Closed leotsarev closed 5 years ago

leotsarev commented 5 years ago

If EF project contains Migrations, it will be broken after upgrade. Detection could be done using presense of "Migrations" folder in project

hvanbakel commented 5 years ago

An example csproj would be really helpful.

leotsarev commented 5 years ago

Thanks!