Hi,
When NCrunch attempts to build my NUnit test project, it fails with:
[11:38:38.157-BuildTask-11] Error 'Compilation': Project.Tests: Satisfyr\Satisfyr.NUnit.cs (34): The extern alias 'NUnitAlias' was not specified in a /reference option
Note that csc is called within VS with the following options:
/reference:..\..\lib\nunit.framework.dll /reference:NUnitAlias=..\..\lib\nunit.framework.dll
I don't think this situation is covered by the troubleshooting page:
https://www.ncrunch.net/...ing_project-build-issuesRegards,
Richard