Remco;2766 wrote:Interesting. I know that Resharper 7 had some big performance improvements rolled into it (I very much noticed the 6-7 upgrade on VS2010). You're the first person that's reported this issue, although not many people are using NCrunch on VS2008, so it COULD be more noticeable on VS2008. I guess the basic assumption could be that R#6 is doing something that locks the main thread, and the activity of NCrunch pushes this to the point where it is unbearable.
If you need to stick with R#6 (i.e. due to licensing), I have to recommend trying the RAMDisk approach. It sounds like your solution isn't too big, so 8GB of RAM should be enough to take your NCrunch workspaces off your HDD and throw them into memory ... this will massively reduce system load and may very well solve the problem.
This is what I was thinking, we have enough R#7 licenses to get most people using it before we buy the upgrades to the rest, so it's not an issue.
As for post-build custom steps we do run quite a bit through post-sharp but not when we build from the IDE, only through our pre-commit rake job.