Forum member

simonhdickson

1 post

Posts by simonhdickson

  1. Problem using NCrunch with FSharp.Data.SqlClient

    In my test I'm trying to mock out database access which I'm using the F# Sql Command type provider for. The project with the type provider code in builds fine in NCrunch. But when I try to create an instance of the record in my test project, the test project doesn't build in NCrunch (it builds norma…