One of the new features of VS2015, Live Code Analysers, prevents ncrunch from being able to build a project.
Simple test case:
- File > New > Class Library (I used .NET Framework 4.6)
- Enable ncrunch (build succeeds)
- Install-Package Microsoft.AnalyzerPowerPack
Build now fails. I presume this is because the ncrunch build engine doesn't understand analysers.
Code:
NCrunch: This project was built on server '(local)'
CSC (0, 0): Metadata file '..\packages\Microsoft.AnalyzerPowerPack.1.0.0\analyzers\dotnet\cs\Microsoft.AnalyzerPowerPack.Common.dll' could not be found