Forum member

simon

10 posts

Posts by simon

  1. Visual Studio 2013 crashing on startup with NCrunch 2.12.02 installed

    I'm thinking the problem was a GIT plugin installed by GitExtensions - I've read other reports about it causing problems, so I've removed it and things seem stable so far.

  2. Visual Studio 2013 crashing on startup with NCrunch 2.12.02 installed

    Visual Studio is now crashing even with NCrunch uninstalled so NCrunch is definitely not causing this :)

  3. Visual Studio 2013 crashing on startup with NCrunch 2.12.02 installed

    Hi Remco, a few updates: I've been using NCrunch 2.11.0.23 since my original message (I haven't had time to debug the later version), and it was fine up until a few days ago, when VS started crashing on startup again. I tried running VS with the /rootsuffix switch and that worked - VS started …

  4. Visual Studio 2013 crashing on startup with NCrunch 2.12.02 installed

    I'm unsure whether the problem is NCrunch itself or its interaction with something else I have installed, but after upgrading to the latest version of NCrunch (2.12.02), when I open Visual Studo 2013 it crashes on startup. If I uninstall NCrunch via the Control Panel, then VS works fine. If I re-ins…

  5. Incorrectly reporting MSpec test results and icons stay black

    Hi Remco, I'm running 1.35.0.16b and my problem seems to be resolved. The coverage dots are showing up correctly now (and with the correct status too). My tests are running without exceptions, and the various windows are all in sync. Overall I'm happy :) Thanks! Simon

  6. Incorrectly reporting MSpec test results and icons stay black

    Hi Remco, I've submitted a bug report. Plus a little more detail here just in case. After having everything in a working state with 1.33b (all unignored tests running and passing, coverage dots being shown correctly), I installed 1.34b over the top (VS 2010). On re-opening visual studio (I …

  7. Incorrectly reporting MSpec test results and icons stay black

    You got in a few minutes before me :) I'd just upgraded to 1.34b and noticed the same issue - all the coverage dots were showing black, as 'no tests are covering this code'. I checked the NCrunch Tests panel, and noticed that many of my specifications were showing as failing, however the individu…

  8. SpecFlow Support

    We are using SpecFlow and I can confirm that NCrunch works great. In fact it works so well that I've had to ignore a bunch of our tests - we use SpecFlow to describe a lot of our browser based UI tests, and having Firefox pop up every time I typed got a little distracting :)

  9. Prevent NCrunch running specific test projects within solution

    Thanks, that's worked. It seemed like I couldn't ignore the entire project - the button (in the NCrunch Tests window) gave no feedback and nothing appeared to change. It was only at the class/namespace level that I was able to select the ignore button with visible results. However, I've added new cl…

  10. Prevent NCrunch running specific test projects within solution

    I have a solution which contains a number of different kinds of test projects - unit, integration, and WebDriver based UI automation tests. I'm really enjoying NCrunch, but it's proving quite frustrating when FireFox pops up to run the UI automation tests every time I type. :) It would be ideal i…