First off I just want to say thanks for such a great product.
In my current solution I have 10 projects, 5 'production code' projects and the other 5 containing my test. For some reason NCrunch is identifying one of my 'production code' projects as a test project. I have looked through the project but can't find any obvious reason why NCrunch should think it's a test project.
Can you give me any pointers as to what I might have done to confuse NCrunch.
Thanks.
Build/Test Issues
Project Incorrectly Identified As Test Project.
Started by CodeAdze on 1,654 views
Remco NCrunch Developer
#14463
21 Feb 2020 23:10 UTC
Thanks for posting! I'm glad you like NCrunch!
NCrunch identifies test projects by their assembly references. For example, if your project has a reference to NUnit.Framework, it will be considered an NUnit test project.
If you disable the appropriate test framework in the project settings under your NCrunch configuration, the problem should go away.
NCrunch identifies test projects by their assembly references. For example, if your project has a reference to NUnit.Framework, it will be considered an NUnit test project.
If you disable the appropriate test framework in the project settings under your NCrunch configuration, the problem should go away.
Thanks Remco that did the trick just nice.
Post a reply
Log in to reply.