Forum member

Espresso

4 posts

Posts by Espresso

  1. DLLs Copied to project(s) root directory

    I've also been seeing both of the problems referred to in this topic: periodically when doing checkins with TortoiseHg, I see a bunch of dlls in the roots of different projects. This just started in the past couple days after starting to use NCrunch again. So far I've just been deleting the un-ve…

  2. Conditional Project/DLL reference problem

    Just for posterity, I'm following up with the version that seems to be working and doing the things I want: [code=xml]<Choose> <When Condition="'$(NCrunch)' != '1' And '$(Configuration)' != 'Local Debug'"> <!-- dll refs --> <ItemGroup> ... </ItemGroup> </When…

  3. Conditional Project/DLL reference problem

    TL;DR -- NCrunch appears to have a problem with 'use build configuration' values that contain white space... and perhaps some others I tried your change on one of the failing projects, replacing the choose block with something like this: [code=xml] <ItemGroup> <Reference In…

  4. Conditional Project/DLL reference problem

    Our team of 8 developers all use NCrunch and we are having problems with some of our larger solutions with frequent NCrunch build/retest failures due to DLL references. First off, I will mention that I have read and (think) I fully understood the Project Atomicity page (http://www.ncrunch.net/doc…