I have an application that was written in .NET framework. I have recently moved my source code from SVN to GIT and am using Azure DevOps.
- I go to a branch in Azure DevOps
- Clone the repo to Visual Studio 2019
- VS opens, but there is no menu option with the name "Git". This is because my VS thinks I still use SVN as my version control.
- when I go to tools options and change the version control plugin to Git, it throws a warning message and closes the Project.
- At this point I see the Git menu option, but the solution is closed. So I don't see anything in my solution explorer.
- When I go to Git Changes menu, it seem to show the changes correctly but that is of no use if I don't see anything in my solution explorer.
This is been a pain and I don't know how to resolve it. ??!