Hi, thanks for posting!
There is no code within NCrunch that specifically makes use of the temp folder. NCrunch will only copy files to the
workspace base path, and there are many mechanisms in place to ensure the files in this directory are cleaned up as soon as they are no longer required.
This suggests that there are two likely scenarios, either you have test code or a build framework of some kind that is copying data into this directory when NCrunch builds your project and runs your tests, or you have your test project(s) configured to use shadow-copy via a .config file.
Do you experience this problem with one solution only, or all the solutions on your PC? If you create a new solution with one empty project in it, does this result in files being copied to your temp directory when NCrunch is enabled?