Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Disabled tests should not use black icon

    For anyone interested, 1.43 has just been released with a new feature that makes it possible to see ignored tests inline with a different icon shape. I hope that this should resolve the above usability problem. Cheers, Remco

  2. Toast: This product is licensed to My Name

    For anyone interested, 1.43 has just been released with a fix for the above problem.

  3. UI Improvement Suggestions for the Configuration

    For anyone interested, 1.43 has just been released with improvements to the way in which NCrunch tool window colours can be configured. I hope that this should solve the usability issues described above. Cheers, Remco

  4. Test process with timeout failure hangs after debugging

    For anyone interested, 1.43 has just been released with a fix for the above problem.

  5. c++ filenames not fixed-up in stack traces

    1.43 has just been released including a change that disables source navigation to files that exist within NCrunch workspaces. While this isn't a perfect solution to the problem, it should at least prevent situations where files within workspaces are confused with files in the foreground solution. …

  6. Getting started

    Hi Alberto, 1.43 has just been released with a new solution-level configuration option that can prevent NCrunch from running tests within the solution alongside themselves. I hope this should resolve the above problem! Cheers, Remco

  7. Optional default generic parameter on object type is resolving to System.Reflection.Missing not null

    For anyone interested, 1.43 has just been released with a fix for the above problem.

  8. Large Solution 146 projects

    For anyone interested, 1.43 has just been released with a performance fix targeted to projects of a large size. Although the sheer size and complexity of the solution above may still contain different challenges for NCrunch, I hope that the new release would at least result in drastically reduced b…

  9. Optional argument causes build error when PCL does not target Silverlight

    For anyone interested, 1.43 has just been released with a fix for the above PCL build problem.

  10. Exceptions appear twice

    For anyone interested, 1.43 has just been released with a fix for the above problem.

  11. NCrunch doesn't assign default values to nullable types

    For anyone interested, 1.43 has just been released with a fix for the above problem.

  12. Projects won't build

    Thanks for sharing the navigation issue. It looks as though one of the changes in the 1.43 release introduced a regression here. I've included a fix for this in the full 1.43 release that just went out the door (available on the download page). I have a feeling that updating the xunit binaries …

  13. Dynamic code dll references not being found

    Hi Samuel - You have a few options for how you can do this. There's an example in the documentation that [url=http://www.ncrunch.net/documentation/troubleshooting_tests-that-build-their-own-appdomains]describes how to use reflection to find assemblies in the NCrunch test environment[/url]. You …

  14. Educational and Site Licensing

    Hi Terry, Thanks for posting! At the moment there is no allowance for student discounts in the NCrunch pricing model. Teacher level licenses are handled on a case by case basis. To discuss further, please send a message via the contact form - [url=http://www.ncrunch.net/Support/Contact]http://…

  15. Add/Move "Allow parallel test execution" to the Project Level

    Hi Rodney - Thanks for the suggestion. Yang is correct that the best way to solve this problem is by adorning your integration tests with the above attributes to control their concurrency. There is an item in the backlog to extend the support of these attributes so that they can also be appli…

  16. Projects won't build

    1.43 contains a modification that disables navigation to source files that exist within the NCrunch workspace. Are the links themselves pointing to files within workspaces, or to your foreground solution? If they're pointing at the workspace, this is intended behaviour .. if they point at the fore…

  17. NCrunch is stuck

    Thanks guys. I think that this is caused by a rare race condition or message sequencing issue inside the core engine that occurs when large changes are being made to the solution/project structure within a very short space of time. I'm thirsty for a way to reproduce it, so please do let me know if…

  18. Projects won't build

    Hi Dan, I've prepared a build for you to help with troubleshooting this problem: [url=http://downloads.ncrunch.net/NCrunch_VS2012_1.43.0.21.msi]http://downloads.ncrunch.net/NCrunch_VS2012_1.43.0.21.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_VS2010_1.43.0.21.msi]http://downloads.ncrun…

  19. NCrunch is stuck

    Hi Dan, From the bug report you submitted, it looks as though NCrunch somehow managed to establish a malformed picture of your solution where one of the project was duplicated internally. I'm not sure if there's much I can do about this problem without steps to reproduce it. Please let me kno…

  20. Projects won't build

    Thanks. The 330 folder is the workspace root, so this would suggest the entire workspace is gone. I think I may have found a rare race condition that can cause this situation. I'll look into this deeper and will update you if I find anything.