Hello,
I have a Git Repository that NCrunch it refusing to build for me "Build failure", when all other developers on the exact same Git Repository are okay and NCrunch works for them.
All NCrunch settings are the same between developers.
The NCrunch popup shows "1 project is failing to build"
The offending project is a the Unit Test project in our Solution that builds in VS and builds in NCrunch for other developers, just not for me.
I have checked all NCrunch project files, cleaned Solution/Project, cleared Bin/Obj directories, rebuilt etc
The NCrunch Processing Queue shows this:
MainProduct.dll failed to load properly Could not resolve assembly 'System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Are you missing an assembly reference?
A little bemused why the Unit Test build is failing when the MainProduct.dll References the System.Web.Optimization Package correctly. Other developers do no get this and if I Reference the package in the Unit Test project it resolves this reference, I then get others :-(
QUESTION: Is there anything else I can look at or check to get to the bottom of this problem?
Any assistance would be greatly appecreciated
Kind regards,
Sam