VS 2017 to VS 2019 upgrade

James J 606 Reputation points
2020-12-01T00:23:26.107+00:00

We have portability analyzer tool to check .NET framework to .NET Core upgradation status. Is any tool available to check portability between only VS 2017 to VS 2019 upgrade.?

Developer technologies | Visual Studio | Setup
0 comments No comments
{count} votes

Accepted answer
  1. Jaliya Udagedara 2,836 Reputation points MVP Volunteer Moderator
    2020-12-01T02:08:01.433+00:00

    As far as I know, there is no separate tool to check the portability between Visual Studio upgrades. Most of the time you should be able to open VS 2017 solution/project in VS 2019. However, there can be some projects which aren't compatible (this is unlikely in your case since you have VS 2017) or needs a change in csproj file.

    You can find more information here: Project migration and upgrade reference for Visual Studio

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.