Forum member

slyvs

3 posts

Posts by slyvs

  1. NCrunch 4 - optimized instrumentation - BadImageFormatException for x64 for F# project

    Thanks a lot. This seems to work fine now. Great job!

  2. NCrunch 4 - optimized instrumentation - BadImageFormatException for x64 for F# project

    Hello, Thanks for great update, first of all. But there may be an issue with building x64 F# unit test projects. - It works with legacy mode. - It fails for more than one project in my solution. But, so that happened, one of failing projects could have been converted to AnyCPU, and the problem wa…

  3. Including '(' or ')' char in F# mstest class name leads to NullReferenceException

    In F# unit test project targeting net462 & referencing mstest v2 latest nuget. [code=F#] namespace ns open Microsoft.VisualStudio.TestTools.UnitTesting open Swensen.Unquote [<TestClass>] type ``Liquid Crystal (LC) Calibration process tests``() = [<TestMethod>] member __.``Test …