Hi Remco,
I have found one issue with custom tasks not being included into AdditionalFilesToInclude.
After I did that, I tried MSbuild in the workspace dir, and it complained about:
"C:\Users\me\AppData\Local\NCrunch\4360\454\CodeFolder1\CodeFolder2\Tests\Tests.csproj" (default target) (1) ->
(ResolveTestReferences target) ->
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v9.0\TeamTest\Microsoft.TeamTest.targets(14,5): error : Could not load file or assembly 'MyReferencedAssembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
I have anonymized the message, but that assembly is produced by the project reference of a Tests.csproj.
On the other hand, while in MSBuild BeforeBuild runs correctly, in NCrunch it is still (0): The target "CommonTestActions" does not exist in the project.
Same happens after rebuild.
Thanks,
Andrey