Forum member

maz100

5 posts

Posts by maz100

  1. Pricing

    Remco, You've certainly caused a stir where I work! I understand your motivations and I will likely recommend we purchase licenses. Open source software is great but it doesn't put food on the table and I can't imagine you could sell much support as its a pretty easy to use tool. In the blog p…

  2. 'Fail' if minimum coverage not met

    I would like to be able to set up a minimum required coverage percentage If the overall coverage does not meet this requirement the NCrunch tray icon should show red and indicate the percentage covered This should respect the 'exclude from metrics aggregation' settings. This would be really…

  3. Coverage shows black when tests cover code

    Remco, First day back after a very long weekend, so excuse the delay in replying. I did indeed send a bug report. My source files are UTF-8. I've opened them in notepad++ and checked - there are no blank lines at the end of the files. Thanks

  4. Coverage shows black when tests cover code

    Remco, There is nothing unusual about my classes - public methods which perform some basic validation of their arguments and call dependancies which are mocked using Moq. I've noticed that the problem often happens within if statements. I just wrote a new test which covers one of the methods I…

  5. Coverage shows black when tests cover code

    Hi, I'm having the same issue, I noticed it yesterday when NCrunch reported a significant drop in my coverage. NCover shows the correct coverage metrics. I have checked that I am using project references. Two files are consistently affected, others only sporadically. Thanks