c# - What causes Visual Studio to reload projects? -


our team has solution has 15 projects work on collaboratively using git source control. when switching branches visual studio updates source files , branch switch takes seconds(bounded how fast can type commands).

other times though, when switching branches, visual studio popup dialog saying needs reload projects , have sit , wait approximately 5 minutes while visual studio goes through process.

i'm guessing we're doing line endings causing touch 1 of visual studio specific files, , causes reload, i'm not sure one, or if that's right path go down.

so specific question is, "what causes visual studio need reload projects?"

in fact quite easy:

every file change cause visual studio reload file, whether has changed, or not.

when changing project file, reload entire project.

maybe git, or other software, updating attributes of file (so not content). might trigger 'visual studio' file change monitor already. have same issue using tortoisesvn.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -