Forum member

Peter Mounce

15 posts

Posts by Peter Mounce

  1. Possible to hide 100%-covered nodes in statistics?

    No - that doesn't help :-( We have too many nodes and too much clicking for that to be workable. It's complicated by dotCover in TeamCity being slightly different from NCrunch, too, sometimes.

  2. Possible to hide 100%-covered nodes in statistics?

    NCrunch has helped us maintain high coverage (combined with TeamCity's failure-conditions, that fire when coverage drops below the previous build). However, when builds are failing because of our failure-condition, hunting for places to add coverage to go green again is a bit labourious. It woul…

  3. Possible to retry failed tests if particular regex(es) match output?

    We use NCrunch a lot, and really like it. However, we also test ServiceStack-based sites with it, in-process. ServiceStack 3.9.x has a static that gets in the way when running lots of end-to-end tests in parallel - the exception is [code]System.IO.InvalidDataException: System.IO.InvalidDataExce…

  4. Enlarge the hit area around the gutter icons to make them easier to click on?

    Sure; done.

  5. Enlarge the hit area around the gutter icons to make them easier to click on?

    Sadly, that also didn't work for me :(

  6. Enlarge the hit area around the gutter icons to make them easier to click on?

    I've disabled those two extensions; no difference. If I zoom in (I usually use size 10 Consolas within a 2560x1440 resolution) to 177%, I can see that the hitbox follows the icon outline instead of the rectangle that the icon is limited by. The cursor still turns into a caret when it's over the …

  7. Enlarge the hit area around the gutter icons to make them easier to click on?

    I have VS2012 Professional on Windows 2008 R2 x64. Here is VS' about window info copied: [quote]Microsoft Visual Studio Professional 2012 Version 11.0.60315.01 Update 2 Microsoft .NET Framework Version 4.5.50709 Installed Version: Professional LightSwitch for Visual Studio 2012 04938-…

  8. Enlarge the hit area around the gutter icons to make them easier to click on?

    Hi Remco I hadn't. I tried it, but that doesn't help much. I've seen that with rectangles, the outline of the rectangle is hittable, but the internal is not. When I hover over the internal, the cursor swaps from a pointer to a caret, and the click falls through to the editor rather than the ic…

  9. Enlarge the hit area around the gutter icons to make them easier to click on?

    I find it very difficult to click on the gutter icons to get the context menu that allows me to trigger ncrunch actions. Would it be possible to make the hit-detection area a bit bigger? It seems like one has to be over the pixels of the icon; the background does not appear to be clickable (whic…

  10. No NCrunch menu-item in VS2010

    The ExtensionSync developer, https://github.com/latish, has been able to replicate the problem. https://github.com/latish/VisualStudioExtensionSync/issues/4#issuecomment-3599833. I wonder if ncrunch's installation-date (which latish reports as being 18/Dec/2011, despite his test happening on 21/…

  11. Build issue against OpenWrap'd solution

    I have a solution that I'm using OpenWrap v2 beta to integrate against. It builds fine in Visual Studio and `o build-wrap`. It follows this structure: [quote] /Foo.sln /src --/Foo.csproj --/Foo.cs /testing --/Foo.Tests.csproj --/FooFacts.cs /wraps --/_cache ----/DependencyLibrary ---…

  12. No NCrunch menu-item in VS2010

    Done: https://github.com/latish/VisualStudioExtensionSync/issues/4

  13. No NCrunch menu-item in VS2010

    Awesome! Fixed by: - disabling ExtensionSync - stopping VS - repairing the ncrunch install - starting VS again I'll link the ExtensionSync developer(s) at this post.

  14. Bug-report window - not modal, please?

    It would be useful (to grab copy/paste from output window, etc) if the bug-report dialog was not modal.

  15. No NCrunch menu-item in VS2010

    Continuing from [url=https://twitter.com/#!/remcomulder/status/159421087191547906]tweet[/url]... So I just installed v1.36b to my Visual Studio 2010 Professional edition (see below for list of extensions etc). The basic problem is that the NCrunch menu-item (which should be next to the File-Edit…