If I create a brand new class library in VS 2015 RTM and add the "SpecFlow" NuGet package (version 1.9.0), I can build just fine in Visual Studio, but NCrunch fails to build with the following error:
..\packages\SpecFlow.1.9.0\tools\TechTalk.SpecFlow.targets (47, 5): Unable to cast object of type 'System.Xml.XmlComment' to type 'System.Xml.XmlElement'.
Super barebones example here:
https://github.com/Balfa/SpecFlow2015RtmNcrunch
Any idea why this might be? :(