Remco;18302 wrote:Hi, thanks for posting.
Currently we have no specific support for this project type. However, it might still be possible to get it working.
The project type seems to have its own build item type 'PreDeploy'. NCrunch won't recognise this on its own, but you can probably work around the problem by adding these files to NCrunch's internal list by specifying them using the 'Additional files to include' configuration setting.
Thanks, so using the additional files approach does get it past that point. We end up with other build issues, but that is where it is trying to find the DLL output which doesn't seem to get generated by the build process compared to the MSBuild approach.
I think our best bet at the moment is to disable building that project for now until the Microsoft tooling becomes a bit more refined.
Thanks for the information and your guidance.