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
{{ message }}
This repository was archived by the owner on May 17, 2024. It is now read-only.
Currently, try-convert doesn't work with projects that import unrecognized targets and props. This makes sense for a conservative migration approach, but prevents the tool from being useful on a lot of customer projects that import targets files specific to their organization or from reference NuGet packages.
It would be really useful to have an opt-in way of having try-convert work with projects using unrecognized props and targets files. I'm not sure whether the better behavior would be to remove those imports or leave them (I think leaving them or perhaps leaving them commented out would be best), but somehow being able to run try-convert on such projects would be valuable.
Currently, try-convert doesn't work with projects that import unrecognized targets and props. This makes sense for a conservative migration approach, but prevents the tool from being useful on a lot of customer projects that import targets files specific to their organization or from reference NuGet packages.
It would be really useful to have an opt-in way of having try-convert work with projects using unrecognized props and targets files. I'm not sure whether the better behavior would be to remove those imports or leave them (I think leaving them or perhaps leaving them commented out would be best), but somehow being able to run try-convert on such projects would be valuable.