Forum member

marklam

3 posts

Posts by marklam

  1. FSharp Expression causes compiler results not consistent across grid

    I haven't seen this happening with the newest build, looking good Thanks!

  2. FSharp Expression causes compiler results not consistent across grid

    Thanks, but unfortunately, that doesn't fix this case: [code] namespace ExpressionTest open NUnit.Framework open System.IO [<TestFixture>] type Fixture1() = [<Test>] member __.Test1 () = let expression = (fun (x : Stream) -> <@ x.Close() @>) Assert.AreEqual(…

  3. FSharp Expression causes compiler results not consistent across grid

    Using an FSharp.Expr variable in a distributed test causes a warning because the compiler adds debug information containing file paths (NCrunch 3.8.0.3) To reproduce: (F# 4.1, VS2017) [list=1][*]Create an F# class library project and add the NUnit 3.7 Nuget package [*]Use the following test i…