Hi, thanks for sharing this.
Can you examine which process is responsible for the disk usage?
Under NCrunch, most of the disk usage usually comes from the MSBuild/compiler calls, which run continuously in the background when source files are being changed. Unless you have tests that do a lot of I/O, tests likely won't cause this. The
sliding build delay setting can reduce disk consumption from builds, though this may slow your response times down slightly. Note that MSBuild can include a broad range of tasks in addition to the complier .. if this has recently changed for you, there is the possibility that one of your toolsets has an MSBuild task that includes some very expensive I/O.