Forum member

damageboy

9 posts

Posts by damageboy

  1. Sharing The same project over Grid-Nodes

    Hi, I've just tried adding one of the test grid-nodes I've setup for NCrunch over a slow VPN connection. Out of curiosity, does NCrunch "know" that the same project has already been loaded into a grid node from the local network? It seems like the initialization was rather quick, and I don't th…

  2. When/Why is "Pre-load all assembly references into test environment" required

    Hi Remco, and again thanks for the thoughtful reply... I wouldn't mind diving into it at some point, but it's something I'll probably postpone till I'm really really bored.

  3. When/Why is "Pre-load all assembly references into test environment" required

    Hi, In my 70+ project solution I have a specific "chain" of projects that I can't get to run tests without turning on the "Pre-load all assembly references into test environment" option for the top-level project. The chain of projects goes like this: X.Tests (Project) -> X (Project) -> Compress…

  4. NCrunch does complete rebuild when opening a solution

    Thanks for the quick reply, It's not a big deal, I was actually more worried that something in our somewhat complex build was causing NCrunch to do this. If this intentional, I have no problem with it. Is this behavior explicitly mentioned somewhere in the documentation? Did I miss it?

  5. static-refernces take up too much disk-space in workspace

    Hi Remco, I do understand the technical difficulties that you are describing below, and I'm fine with turning off the static reference copying, as I have dome, in order to be able to use a ram-drive, but at least from my perspective, changing references WHILE tests are building doesn't feel like t…

  6. static-refernces take up too much disk-space in workspace

    Hi, As I've mentioned before, I'm using a ram-drive for my ncrunch setup, as recommended by the documentation. One of the features I've had to disable was "Include static refernces in workspace". I realize that disabling this is less than ideal, because it means that the files are now referenced …

  7. NCrunch does complete rebuild when opening a solution

    Hi, I've re-ignited my ncrunch thing, as you'll see from my rate of posts :), I've setup the workspace path to a ram-drive (x:\ncrunch for me), One of the things I'm finding weird, is then when I shutdown visual studio, the whole workspace gets delete (i.e. x:\ncrunch\* is cleaned out), and when…

  8. weird build failure with resource/bmp files

    Hi, I'm sorry, this was one of 100 bitmap files referenced in the .resx, unfortunately it was one that was not referenced as a project item in the .csproj file Thanks for everything! [quote=Remco;6209]Most likely NCrunch isn't aware of this resource file (see [url=http://www.ncrunch.net/documen…

  9. weird build failure with resource/bmp files

    Hi, I've got a Resource.Resx file which references roughly 100 bitmaps. When NCrunch fails to build the project I see: Properties\Resources.resx (222): Invalid Resx file. Could not find file 'X:\ncrunch\6920\321\src\Project\Resources\FeedConnected.bmp'. Line 222, position 5. When I go the X:..…