any help is really appreciated. I have a problem with Visual Studio 2017 / 2019 inside a Parallels VM under MAC OS Catalina. When I add a file (e.g. a .cs file) to project and save the file, Visual Studio complains that the project (.csproj) file has been modified outside the solution and wants to reload the project. This is really annoying...
I was thinking if this might have something to do with git. Maybe git is removing LRLF on the file and convertes it to Unix style. But playing with these settings during installation of git-scm did not solve anything for me.
My folder setup is as follows :
I have the git repos checked out on the mac in ~/Repos/myRepo The user directory is mapped to Z:\ in the parallels VM. The solution is so opened inside Visual Studio in Z:\Repos\myRepo\mySolution.sln
git is installed on the MAC as well as in the VM. Maybe these mixtures is causing the problems. But this setup worked for me for a long time. The issue occured after updating my MAC to Catalina...
Thanks for your help