Forum member
slyvs
3 posts
Posts by slyvs
-
NCrunch 4 - optimized instrumentation - BadImageFormatException for x64 for F# project
Thanks a lot. This seems to work fine now. Great job!
27 Nov 2019 10:04 UTC
-
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…
08 Nov 2019 12:12 UTC
-
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 …
06 Feb 2018 10:58 UTC