Forum member

cottsak

4 posts

Posts by cottsak

  1. slow typing in VS2015

    Thanks @Remco. No, no warnings about the git plugin. I do think that was the issue: [img=https://www.dropbox.com/s/rbgddyr6bhxtt7a/Screenshot%202016-08-23%2016.16.26.png?dl=1]that darn Git plugin[/img] Turned this off again and the speed seems to be picking up. A good test is tyuing out a long c…

  2. slow typing in VS2015

    I think I'm having this too. I'm using VS15 update 3 and just installed NCrunch 2.26.0.1 My theory is that it's not VBCSCompiler.exe. When I am fast enough to switch to Task Manager, I see devenv.exe as the primary cause of the CPU usage. I've tried changing the CPU core assignment settings withou…

  3. Benefits of NCrunch vs Other Test Tools

    Hi Ed, I've come to rely on NCrunch for my dev workflow now. It's partly TDD, and partly not: I'm not strict. The part I depend on however is 'confidence'. Like Steve mentioned, it's all about confidence for me. I use my test based workflow for mainly two types of confidence: * confidence tha…

  4. Various performance issues on large project

    I'm having a number of performance issues on a large solution (~4000 tests set up to run in NCrunch): * git co other-branch; then VS reloads solution; NCrunch stops responding.. even when I try to Resync/Reset it just sits there. workaround is to restart VS * NCrunch tests take longer to complete …