dotnet / try-convert

Helping .NET developers port their projects to .NET Core!
MIT License
1.15k stars 153 forks source link

Try-convert shouldn't edit projects that are already converted #400

Open KSchlobohm opened 3 years ago

KSchlobohm commented 3 years ago

When using try-convert with source control like team foundation version control some customers receive errors from try-convert saying the project file could not be changed because it was locked.

Try-convert can avoid this error if it does not try to make a changes to a project that has already been converted.