Forum member

stevehjohn

17 posts

Posts by stevehjohn

  1. Reporting tests run via reflection individually.

    Hi, Thanks for the quick response. That looks like exactly what I'm after, thanks. Sorry for the pain you went through! :D

  2. Reporting tests run via reflection individually.

    Hi, Long time NCrunch user/fan here. Recently came across an interesting situation. I got sucked into solving all the Advent of Code puzzles. There's ~350 of them at the moment. I have a class for each puzzle and a text file with all the correct answers. So, I have a console app I can run which u…

  3. Risk/Progress bar not remembering width.

    I haven't manually set anything, but windows might do something automatically. I'll report back when I'm in the office tomorrow. Thanks, Steve.

  4. Risk/Progress bar not remembering width.

    It looks like it might be related to different DPIs. The width seems to vary depending upon whether I'm on my retina laptop screen or plugged into a 1080p monitor.

  5. Risk/Progress bar not remembering width.

    Ah, That makes sense now. It's often in a really odd position when I open VS, but then moves once I open a solution. Maybe also the fact that I connect my laptop to different monitors in the office and at home was confusing me also. Thanks, Steve.

  6. Risk/Progress bar not remembering width.

    Minor bug report, but it drives my OCD wild! :) The width of the left panel (containing OK, N/A, % or # of failing tests), doesn't seem to remember the size I left it at. Otherwise, love the product, keep up the good work!

  7. NCrunch marking excluded code as not covered.

    BTW, using method group conversion fixes the issue. Cheers, Steve.

  8. NCrunch marking excluded code as not covered.

    Hi, Thanks for the response, sorry for the delay in replying, the notification went into my spam folder. I suspected it might be something like that. It's not really causing a problem as such. It did lower the coverage % on out CI server though. I'll see how I can restructure the constructor. …

  9. NCrunch marking excluded code as not covered.

    Hi, NCrunch seems to be ignoring ExcludeFromCodeCoverage attribute for one line within a method. See picture here: [img=http://www.outsidecontextproblem.com/temp-img/Coverage-Issue.png]Coverage Issue[/img] Regards, Steve.

  10. Code Coverage Markers Misaligned

    Hi, The project has grown a little and that problem (seems) to have gone away for now. I have noticed another issue though - the markers line up correctly when I open a file and then Code Lense kicks in adjusting the spacing between lines but the markers don't adjust. Can tweet you a pictur…

  11. Code Coverage Markers Misaligned

    Hi, Thanks for the analysis. I'm running the latest version of Visual Studio and the only plugins other than NCrunch are ReSharper (with ReSpeller) and PowerMode. It is quite a small project - it's an AWS Lambda, so essetially just one function with perhaps dependencies on about 3 other clas…

  12. Code Coverage Markers Misaligned

    It's happening again. I'll submit a bug report. Cheers, Steve.

  13. Code Coverage Markers Misaligned

    Ok, will do. Thanks, Steve.

  14. Code Coverage Markers Misaligned

    Hi, Just FYI, the problem has gone away since updating to the latest version. For now anyway. Thanks, Steve.

  15. Code Coverage Markers Misaligned

    Hi, I'm currently running 3.16.0.1. Ah, good old GDPR... I'll upgrade and keep you posted. Thanks, Steve.

  16. Code Coverage Markers Misaligned

    Hi Remco, Closing and re-opening the code window doesn't resolve it. Closing and re-opening the solution does seem to though... If I can provide any further information to help, please let me know. Thanks, Steve.

  17. Code Coverage Markers Misaligned

    Hi, I'm experiencing an issue where the code coverage indicators are not aligned with the statements they cover. Has anyone else experienced this and know of a fix? I'm rather suspecting it might be related to CodeLens as that screws with the line spacing... Can't really figure out how to add …