Forum member

pragmatrix

5 posts

Posts by pragmatrix

  1. F# Xamarin.iOS library project fails to build (Cecil exception)

    Hi, I've managed to get NCrunch to run tests by using a F# portable library profile 7, which is used my iOS application and referred by another regular .NET 4.5 library that contains the XUnit tests. Of course, that implies that the F# library does nothing iOS specific, so YMMV, .... I'm now NCrunch…

  2. F# Xamarin.iOS library project fails to build (Cecil exception)

    Thank you Remco, it would be great if a future NCrunch version would show a warning if it's encountering an unsupported project type.

  3. F# Xamarin.iOS library project fails to build (Cecil exception)

    Hi, I'm getting a "Build failure" with NCrunch and VS2015 Update 2 when I create an F# library project and explicitly refer FSharp.Core and mscorlib from the Xamarin.iOS framework (latest version at the time of this writing). Regular build works fine and I don't see another option to build a F# libr…

  4. NCrunch 2.3 Beta: Slow F# testing under VS2013 Update 1

    Found the problem. ngen.exe was not run on the F# compiler, because "The .NET Runtime Optimization Service" seems to be deactivated on my machine. A temporary solution was to run "ngen.exe executeQueuedItems" to compile the F# compiler to native code.

  5. NCrunch 2.3 Beta: Slow F# testing under VS2013 Update 1

    Hi, I am using NCrunch 2.3 in a small 4 project solution in which only F# with NUnit / FsUnit is used. Changing a single test's code gives feedback in about one to two seconds with the default settings and parallel test execution enabled. But after the installation of the Visual Studio 2013 Updat…