Hi Remco,
I submitted the bug using the "NCrunch -> Submit Bug Report" menu item.
The description is this:
I have a small ASP.NET MVC solution with three projects:
* MVC application itself
* Logic (unit tested)
* Tests to logic
The first two projects build okay.
The last one throws this exception:
NCrunch: If you are experiencing problems in getting this project to build, have a look at
https://www.ncrunch.net/...ng_project-build-issues
(0): System.ApplicationException: Cannot mark line - index is out of range (1569/1535)
at nCrunch.TestExecution.MasterExecutionMap.MarkLineAsSourceCode(Int32 lineMarkerIndex)
at nCrunch.Compiler.ILManipulator.#=qyxTqdHdH4qRAu4_obgFSGVGQ$UjNCVp5dcYimSh9qEU=(MethodDefinition #=qXEr93gilSbyneiPy_hCCvQ==)
at nCrunch.Compiler.ILManipulator.#=qVgZeh_Xo4G8OazbHXUj$HZZ4k875wM5nD3bVlbELkuc=(Collection`1 #=qK_nsQKpybmFcinz5j6S1wg==)
at nCrunch.Compiler.ILManipulator.#=qDMRbu14rmiUliyk77s6YE39JKJojc8PFBwrtQadFj6E=(IEnumerable`1 #=qhgNHocq3EmkOJuAn3tZE7g==)
at nCrunch.Compiler.ILManipulator.#=qDMRbu14rmiUliyk77s6YE39JKJojc8PFBwrtQadFj6E=(IEnumerable`1 #=qhgNHocq3EmkOJuAn3tZE7g==)
at nCrunch.Compiler.ILManipulator.ProcessAssembly(String compiledAssemblyFilePath, Boolean instrumentAssembly, IList`1 referencedAssemblies)
at nCrunch.Compiler.RemoteBuildRunner.#=qfsCVCP9z8p8itsPjdEucb21b3UdedVHBi8gsF76Ddpw=(ComponentBuildParameters #=qmkOUo_qPadDv2Jh_RvEeFw==, String #=qeQVxsYosAYGxzPuSRqwCgvxMKp_7oVPJk1lA2naHni0=, BuildOutput #=qRILTPHYyuGtBH_NyMhcqkQ==, String #=qp67sU93pGbLGBgppbDFZXbOOMHNfqroD4Dqku1U_cUI=)
at nCrunch.Compiler.RemoteBuildRunner.Build(ComponentBuildParameters parameters)