Forum member

SeriousM

40 posts

Posts by SeriousM

  1. Risk/Progress Bar State Indicator Problem

    [quote=Remco;8262]I'll see what I can do about getting it fixed.[/quote] I can be your testdummy if you like, as usual :)

  2. Risk/Progress Bar State Indicator Problem

    Usually the risk/progressbar always showed me the current status of the test execution and the final result with "Error", "Build" or "OK". But since one or two updates it doesn't work anymore. NCrunch is configured to execute impacted tests. Problems: - When I startup a solution, NCrunch exe…

  3. Evaluation License Expired

    Done! btw, it's https://www.ncrunch.net/Support/Contact :)

  4. Evaluation License Expired

    I was about to introduce NCrunch to my new company (I switched recently) because I was a very happy customer and user of this wonderful tool. I found out that the project was not ready yet to run tests via NCrunch (many post-build events with copying bins around) so I postponed my evaluation attemp…

  5. Crunch fails to detect code change and reports failed test after fixing

    [quote=Ralf Koban;6263]Hi Remco, thanks, the new version solves my problem. Great tool. BR, Ralf[/quote] Worked for me as well, thanks! Maybe push this to the existing users?

  6. StackTrace-Window height too short

    To be honest I would like to see more rather have to scroll to get the context of the information. A limit to 12 or 15 items is not a mammoth popup, imho. I'll wait until the final release.

  7. StackTrace-Window height too short

    [quote=Remco;5687] This should be simple to fix. I would offer you another test build with the fix included, but 2.6 is very close to dropping now, so I'm wondering if perhaps you would be OK with having this solved in the full release build coming out later this week?[/quote] Thanks for your f…

  8. StackTrace-Window height too short

    Hi Remco, I'm working with a 24'' Screen with a Resolution of 1920x1080 with standard DPI settings of Win7 x64. I'm used to work with visual studio 2013 in maximized window mode (not fullscreen), therefore I see a lot of my code editor, especially the vertical space. I don't understand why th…

  9. Test-Log Window Font breaks output

    [quote=Remco;5683]Excellent! I'm not sure why the underscores would suddenly start showing without any font changes, but we'll definitely take it :) I did a little research online and it seems as though missing underscores for Courier New can be a fairly common rendering problem that affects some …

  10. Test-Log Window Font breaks output

    Wonderful!! That worked like a charm! Thank you :) /edit: I don't know if anything is broken but I can see underscores now

  11. Test-Log Window Font breaks output

    It seems that your TestBuild creates sometimes (cant reproduce but it happend 3 times already) this error: [img]http://i.imgur.com/k1hqyTr.png[/img]

  12. Test-Log Window Font breaks output

    Hmm, too bad, that didn't helped :( Same font, underscore is still invisible. Could you create me a build with a different mono-font or a much higher line-height to test things out?

  13. Test-Log Window Font breaks output

    My machine is basicly stock-like without any special changes. Currently I'm the only one who uses NCrunch, others may join later. Can you tell me the Setting where I can change the font-size? Or make it even changeable? Thanks!

  14. Test-Log Window Font breaks output

    Does this appear for you if you create a new blank test project with a single test that writes an underscore to the console? > Yes, it appears even in blank projects. If you copy/paste the text into notepad, do the underscores show? > Yes it does. What is your current DPI setting? > I guess…

  15. Test-Log Window Font breaks output

    Hi, the test-log uses a font that hides underscores for whatever reason. It's not that it is capped somehow because I can see "g"'s as well. In this example the output should be [h] DECLARE @_returnVal_ int = null; dbo.CS_LANGUAGES_GET [/h] but is: [img]http://i.imgur.com/akj936B.png[…

  16. Partial coverage display but failed test

    Oh yes sure! And would a Bug report in this moment help you too?

  17. Partial coverage display but failed test

    Hi, i have experienced a visual / logical glitch: when i changing my code to break quite often and the engine is set to impacted tests only, the display on the right shows me green and black dots (unit test and tested code), but the test was failed (red X). also the dots on the right side do …

  18. Instrument Output Assembly + PostBuildEvent

    alright, thank you very much for the testing!! i will contact the sheep aspect developer due this issues.

  19. Instrument Output Assembly + PostBuildEvent

    This has no impact to the problem :(

  20. Instrument Output Assembly + PostBuildEvent

    Hi, i'm trying to use [url=http://sheepaspect.codeplex.com/]SheepAPO[/url] with NCrunch. SheepAOP modifies the output assembly after compiling in a Post Build Event. Sadly NCrunch is locking the file so that i have to disable Instrument Output Assembly to avoid this lock. Would it be possibl…