Forum member

Adamm

4 posts

Posts by Adamm

  1. Project References lost in Ncrunch Generated Project File

    If only you didnt need users! :) Ncrunch 2 : Adam 0 Thanks for the quick response. I think the static reference settings was just me randomly trying settings. Tend not to touch config, except to ignore certain projects. (Like core!)

  2. Project References lost in Ncrunch Generated Project File

    Example on its way

  3. Project References lost in Ncrunch Generated Project File

    It turns out the failing projects are duplicated in NCrunch. One is succeeding and one is failing. I think NCrunch may be barfing due to this. In our solution file we have duplicate names (VS allows it) Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Code\Core\Core.csproj…

  4. Project References lost in Ncrunch Generated Project File

    I can email in the Project files. But since we upgraded to 2.4.0.2 a number of projects fail to build. The reason is that the NCrunch generated csproj file is missing a reference. The original csproj references a project called Core (Project Reference) The ncrunch project file does not? …