It seems that building tests with nemerle and ncrunch fails with :
NCrunch: If you are experiencing problems in getting this project to build, have a look at
https://www.ncrunch.net/...ing_project-build-issues (0): System.ArgumentOutOfRangeException: Non-negative number required.
Parameter name: srcOffset
at System.Buffer.BlockCopy(Array src, Int32 srcOffset, Array dst, Int32 dstOffset, Int32 count)
at Mono.Cecil.PE.Image.GetDebugHeader(Byte[]& header)
at Mono.Cecil.ModuleDefinition.ProcessDebugHeader()
at Mono.Cecil.ModuleDefinition.ReadSymbols(ISymbolReader reader)
at nCrunch.Compiler.ILManipulator.ProcessAssembly(String compiledAssemblyFilePath, Boolean instrumentAssembly, IList`1 referencedAssemblies)
at nCrunch.Compiler.RemoteBuildRunner.#=qX56mtP8NEuUXVDSxD4u_yBa0h9Kphx3hJYjFhXON6l8=(ComponentBuildParameters #=qqQXdliE3cs0Z6h4cY7al$g==, String #=qlSVtuKf9XqFFVEauMfzen2rSebF6xoQ80xjfTGfL_5k=, BuildOutput #=quakya0vsA6xNTpFlaTsKcg==, String #=q0WMk_oyyqB84ymhAED64QwQMMcfEx_iwqSh50U8TI54=)
at nCrunch.Compiler.RemoteBuildRunner.Build(ComponentBuildParameters parameters)