Forum member

trondr

2 posts

Posts by trondr

  1. NChrunch 3.22.0.1 has issue with with building.

    Thanks Remco! I have confirmed your workaround. I have added the following (with adjusted hint paths) to my console and test projects. NChrunch is now building and running tests. <ItemGroup Condition="'$(NCrunch)' == '1'"> <Reference Include="FSharp.Data.Xsd.DesignTime"> <HintPath>…

  2. NChrunch 3.22.0.1 has issue with with building.

    NChrunch 3.22.0.1 has issue with with building. Repro steps - Visual Studio 15.9.2 1. Create F# Console Project - .NET Framework 4.7.2 -> Visual Studio builds project OK. NChrunch builds project OK. 2. In Nuget Manager add reference to FSharp.Data and FSharp.Data.Xsd -> Visual Studio builds ok.…