Forum member

Brannon

6 posts

Posts by Brannon

  1. Waiting for all Nuget updates to complete

    Currently, when I update Nuget packages, I usually affect about 20 projects. NCrunch starts recompiling as soon as the update finishes for each project. It would be nice if NCrunch would wait until all the Nuget updates are completed before it started compiling things.

  2. Reloading projects are slow with NCrunch enabled

    When NCrunch is enabled, it seems to triple the time necessary to reload projects. My solution has 120+ projects in it. On a given pull from source control, a dozen of those csproj files can change. The time it takes to reload those projects has become significant with NCrunch. At my company we use …

  3. Problem running tests that use Sqlite, assembly not found

    SQLite (via Nuget) recently changed their native file deployment. They used to add the native files to the csproj file as content that was copied when newer. However, it appears that their current package copies the files as part of the Nuget dependency verification step during compilation. This mak…

  4. NCrunch spirals out of control

    It does not stall on any specific build or test. It may be that it always stalls compiling, though.

  5. NCrunch spirals out of control

    It stalls during project build. It appears to only happen when you restrict NCrunch to specific CPU cores. Try this configuration for a few days: NCrunch CPUS: 0,1 Visual Studio CPUS: 2,3,4,5,6,7,8 Threads: 4

  6. NCrunch spirals out of control

    At least four developers on my team plus myself have been struggling with NCrunch: After running tests normally for about five minutes, it will to to a state where it slams the CPU (pegging as many build threads as I've allowed). When that happens, I can shut down Visual Studio (2012) and about one …