Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. No code coverage for references assembly.

    Would you be able to help by answering some of the questions below? This will help me to narrow down where the issue is: - Do you see any code coverage markers at all in the problematic project? (i.e. do you see any black markers?) - Are there errors of any kind showing in the Tests Window? - A…

  2. No Test Result / Code Coverage markers with 1.40 on 2012 RC

    You can turn on the 'Log to output window' option under the 'All Solutions' option inside the NCrunch configuration. When the log verbosity is set to Summary, NCrunch will only report critical information in the output window (i.e. exceptions). If you choose the NCrunch->Submit Bug Report option…

  3. No Test Result / Code Coverage markers with 1.40 on 2012 RC

    Hi, thanks for posting! Are you able to submit a bug report with this issue? It sounds like an exception is being thrown somewhere under the hood. Thanks! Remco

  4. MetricsExclusions saved as absolute paths

    Hi Marqus - Yes, sorry, I needed to include it as a separate property to simplify the upgrade process (since the file references are now in relative rather than absolute form). The data is stored at solution level more because of technical/design/ease-of-implementation reasons. NCrunch stores…

  5. new column in code coverage window

    For anyone interested, 1.40b has just been released .. including the above requested column in the Metrics view.

  6. Compile Errors Hyperlinking.

    Hi Marqus, I've just released 1.40b including several changes to the way that the click-through navigation works. Would you be able to give it a spin and let me know if the new build solves this problem? Thanks! Remco

  7. Failed to start in French

    For anyone interested, 1.40b has just been released with a fix for the above issue.

  8. 139b ... doesn't seem to honour machine.specifications.ignore attribute

    For anyone interested, 1.40b (just released) includes a fix for this issue.

  9. Visual Studio 2010 hangs when adding a new item

    For anyone interested, Chris and I troubleshooted this offline from the forum and it was determined that NCrunch was causing performance problems during the resolution of certain referenced assemblies inside the Visual Studio process. 1.40b (just released) includes a fix that should resolve this pr…

  10. Skip unnecessary costly build steps (code analysis / code contracts static checker) when possible

    1.40b (just released) includes a split between the two code contracts settings. Static contract checking is now disabled by default, where dynamic contract checking is enabled by default. Hopefully this should make the behaviour of code contracts inside NCrunch more intuitive without sacrificing p…

  11. links to failing line of code acts odd when methods collapsed

    For anyone interested, 1.40b has just been released with a fix for the above issue.

  12. MetricsExclusions saved as absolute paths

    For anyone interested, 1.40b has just been released including the change requested above. Metrics exclusions should now be using relative paths (as opposed to absolute), and are sorted alphabetically for easier merging.

  13. Any plans to support NCrunch with enabled code contracts?

    For anyone interested, 1.40b has just been released including the above change.

  14. No corner spinner in VS 2012 RC

    For anyone interested, 1.40b has just been released including a fix for the above issue. NCrunch now shows a spinner in the corner of VS2012 :)

  15. nuget-installed ninject.extensions.factory fails under ncrunch

    For anyone interested, 1.40b has just been released including a change that sets the MSTest base directory to be equal to the build output directory (as described above). Hopefully this should help with resolving runtime referencing issues and align NCrunch more closely with other test runners.

  16. Coverage shows black when tests cover the code

    For anyone interested, 1.40b (just released) includes a fix that should allow the engine to function correctly with source files that are shared between projects. This should hopefully resolve the above issue.

  17. Build failure - no space before base class

    For anyone interested, 1.40b has just been released with some significant improvements in workspace construction error handling. Hopefully we will now have seen the last of the above issue or any other issues similar to it.

  18. Can't find 'Void System.Int32[,].Set(Int32, Int32, Int32)'

    For anyone interested, 1.40b has just been released with a fix for the above issue.

  19. Coverage shows black when tests cover code

    For anyone interested, 1.40b has just been released containing a speculative fix for this issue. I'm keen to hear if this solves the problem.

  20. ncrunch doesn't appear to understand Link file entries in project files

    For anyone interested, 1.40b has just been released with a fix for the above issue. NCrunch should now be able to resolve <Link>ed files automatically.