Hi!
This may have been up for discussion already though I could not find any mention of it immediately.
The problem is this: I have a test project T referencing code project A and code project B. B contains a set of files marked as Content, some with "Copy to Output Directory" set to Always Copy and some set to Copy if Newer. Code in T and A both expects the content files from B to exist in the "current execution folder".
When building these projects with VS/MSBuild the files all get copied to the correct location, in T\bin\Debug. With NCrunch it does not, and my tests naturally fails.
I have tried setting the [Copy Referenced Assemblies..] to true on the test project, knowing that it probably will degrade performance. This does not seem to work though, the content files are still not copied to the T\bin\debug. I also tried the [Additional files to include] and included the project file for B. Still no luck.
I'm using NCrunch v1.44.0.11. Any ideas?
- Peter