Forum member

ccc102

3 posts

Posts by ccc102

  1. NCrunch V5 not working for F# projects in Rider

    Yes that works too! (presume in much the same way) Thanks

  2. NCrunch V5 not working for F# projects in Rider

    The .NET sdk doesn't include an f# compiler exe anymore (just fsc.dll). However Visual Studio does as part of a tools folder. NCrunch uses this when running in Visual Studio. I've found a workaround by adding this Property to Directory.Build.Props to use the Visual Studio fsc.exe [code=xml]<F…

  3. NCrunch V5 not working for F# projects in Rider

    I'm running 5.6.01 with the latest Rider, but unfortunately any F# projects are not building. This is reproducible by just creating a new F# project in Rider and enabling NCrunch so nothing specific to what I'm doing. All works fine for the Visual Studio version. [i]NCrunch: If you are experienc…