Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Can't install VS2010 version

    Awesome stuff. Thanks for sharing the tip about the MSI - I'm sure that will save a few people in future :)

  2. Can't install VS2010 version

    Sure - I've just made it available: http://files.ncrunch.net/NCrunch_VS2010_1.37.46b.zip

  3. Can't install VS2010 version

    Hi, thanks for posting. This seems to be a very rare issue but you can work around it by installing NCrunch manually (using XCopy). Do you have access to another computer where the installer runs successfully? If so, all you need to do is run the installer on this machine, then copy the conte…

  4. projects with path references, builds fail

    Hi - thanks for posting. Usually this is caused by an inconsistency between your Visual Studio build configuration (taken from the dropdown box at the top of your IDE) and the default build configuration specified in your .proj file. I don't think its possible that this issue is caused by your p…

  5. CopyReferencedAssembliesToWorkspace

    Thanks, I've looked into this in detail and it makes sense to me now. The MSTest accessors that are used to access private methods work by generating a new assembly in order to access them. This isn't a problem when all assemblies exist in the same directory (such as when the copy referenced ass…

  6. Liveness extended with enabled timing

    Thanks - I'll see what I can do :)

  7. Donations?

    Thanks again for your support guys. It gives me a warm fuzzy feeling to know that people are willing to step up to support a project like this - but in all honesty, the best support you can give me right now is to keep submitting bug reports and suggestions on how to further improve the tool. Don'…

  8. Larger font for Risk bar

    The font size of the progress bar automatically adjusts itself to fill the largest space you're able to give it - so I'm not sure if I could make it any bigger without redesigning the entire gadget ... although, there is some work I'm expecting to release soon that will involve a more compact versio…

  9. NCrunch rebuild all projects and runs all the tests when code changes

    Absolutely. NCrunch stores 5 different types of files on your disk: globalconfig.crunch.xml - Stored in your AppData\Roaming\NCrunch directory. This contains user-specific global settings for NCrunch that are applied across all solutions (such as performance related config etc). [solution name…

  10. CopyReferencedAssembliesToWorkspace

    The bug report contains a log file that shows the workings of the NCrunch engine up to the point where the report was submitted. To see what the log file contains, try turning on the 'Log to output window' setting in your configuration, then set the 'Log verbosity' to 'Detailed'. You'll start to s…

  11. Allow "Debug" runner mode by telling VS to attach to the test runner

    For anyone interested, 1.37b has just been released featuring the ability to debug and break into tests :)

  12. Highlight single test coverage

    For anyone interested, this feature has just been released as part of 1.37b.

  13. Shortcut to jump to tests

    For anyone interested, 1.37b has just been released featuring improved keyboard support.

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

    1.37b has now been released with this fixed :)

  15. Using NCrunch with JustMock

    For anyone interested, support for JustMock has been added to the 1.37b release that went out this morning. There are no configuration steps required for this - NCrunch should automatically adapt and configure itself.

  16. Submit NCrunch Bug Report issues

    For anyone interested, the 1.37b release that went out this morning has adjusted the dialog so that it is no longer modal.

  17. 1.36b Issue, might be with NuGet

    For anyone interested, a fix for the above issue has been released as part of the 1.37b build that went out this morning.

  18. Nuget Restore Error

    For anyone interested, the new version of NCrunch just released (1.37b) will auto-configure for Nuget package restore, so it should no longer be necessary to follow the above manual steps if you are up-to-date with NCrunch.

  19. The given path's format is not supported.

    For anyone interested, 1.37b has just been released with a fix to resolve this issue.

  20. Everything is black

    For anyone interested, support for XUnit 1.9 has been added in the new NCrunch version that was just released (1.37b).