Forum member

jimitndiaye

1 post

Posts by jimitndiaye

  1. NCrunch does not honor CopyLocal settings in project file.

    Hi I've got a CSPROJ with CopyLocal set to true for two reference assemblies and set to false for all others. When NCrunch creates its workspace version of the CSPROJ it removes all the <Private>false</Private> and <Private>true</Private> elements from the References, causing my build to fail. I'm u…