Created a new web api project from File->New, chose WebApi and ticked 'add unit tests'.
Whatever namespace you choose for the web project (for example, MyWebUi) then the template will create another project named MyWebUi.Tests.
This compiles but NCrunch does not like the namespace confusion in the new tests and I can't see how to work around this.
I've tried adding global:: to the front of the using statement and it still compiles, but NCrunch still fails to build.
Tried to attach a screenshot but can't upload images.
Thanks in advance,