Forum member

AdNecrias

3 posts

Posts by AdNecrias

  1. NCrunch failing to build projects that are buildable in VS

    I've submitted the bug report.

  2. NCrunch failing to build projects that are buildable in VS

    Thanks for the quick response, got distracted by another thing and couldn't quickly reply. I've changed the paths to be absolute, still same problem, the last three are being ignored. My csproj: [quote] <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2…

  3. NCrunch failing to build projects that are buildable in VS

    Hello, I've installed the trial and am trying to give NCrunch a spin but it's failing to build a few projects in my solution. I can't just post everything here, but the projects it is failing do so in result of missing references, specifically to UnityEngine. On VS I can build and run tests us…