I recently switched from Visual Studio 2013 to 2015 and currently I am evaluating the latest version of NCrunch.
I am using the visual studio git provider and NCrunch informed me about performance issues because of the Microsoft Git Provider scanning the files inside _NCrunch_SolutionName folder.
The solution is to redefine NCrunch Cache Storage Path to point somewhere else, which I did. However I am not happy with this for a couple of reasons.
1. I have to do this for every solution, and since I already have multiple topic branches per project in git this will require me to set the value many many times. A global setting would be much better.
2. To maintain backward compability a global variable "NCrunch Cache Storage Root" could be introduced which defaults to SolutionDir.
3. Already asked here:
http://forum.ncrunch.net...r-Git-repositories.aspx Being able to use environment variables would be helpful. I already configured my virus scanner to exclude %localappdata%\NCrunch so I would place the cache dir inside.