Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Using NCrunch.Framework in Open Source projects

    Hi, Legally there isn't an issue with including the changes for NCrunch (and the reference to NCrunch.Framework). NCrunch is a productivity tool and is licensed as such .. it isn't a commercial library. If referencing NCrunch.Framework in the project file is creating some friction, know that …

  2. Test with Threads wont pass

    Hi, thanks for sharing this issue. NCrunch's support for MSTest is emulated rather than integrated. While the implementation is intended to be as close as possible to MSTest, there are always some things that are handled differently. It looks to me that in this case you have a test that is th…

  3. Testing methods that load files

    Hi, thanks for posting! The correct behaviour is for NCrunch to look up a copy of the file inside its workspace. In this way, it works completely in isolation from your code. With this in mind, NCrunch is already looking in the right place. The problem is that the file hasn't been copied the…

  4. Tests marked with [ExclusivelyUses] appear to be running concurently

    Hi, this looks normal, although I agree it isn't intuitive. I'll explain what's happening here. NCrunch breaks your tests up into batches that are each represented in the processing queue. You'll find that the batches are carefully sized so that longer running tests set to sit in small batches,…

  5. Cannot debug a test excluded by a filter for "this computer"

    I'm having some trouble reproducing the performance issue in the test filter window .. Can you confirm whether this problem appears for you on a fresh empty solution?

  6. Microsoft.Alm.Shared.Remoting.Remot...

    Hi Cliff, Sorry, it looks like the topic for your post was a bit long and the forum truncated it. My guess is that this contained vital information about the failure you're experiencing. Unless you can give me any more information, I'm assuming this is a memory consumption problem. NCrunch v…

  7. Wonderful

    Thanks for taking the time to post this :) And you're very welcome!

  8. Griod node server crash when restarting all grid nodes

    A fix for this issue is now available in the build below: [url=http://downloads.ncrunch.net/NCrunch_Console_2.13.0.4.msi]http://downloads.ncrunch.net/NCrunch_Console_2.13.0.4.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_2.13.0.4.zip]http://downloads.ncrunch.net/NCrunch_Console_2.1…

  9. Exception when building with NCrunch 2015 2.11.023

    Ok - I have a fix now available for this issue. Give it a try and let me know how it goes :) [url=http://downloads.ncrunch.net/NCrunch_Console_2.13.0.4.msi]http://downloads.ncrunch.net/NCrunch_Console_2.13.0.4.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_2.13.0.4.zip]http://downl…

  10. process has no package identity

    A fix for this is now available in the dev build below: [url=http://downloads.ncrunch.net/NCrunch_Console_2.13.0.4.msi]http://downloads.ncrunch.net/NCrunch_Console_2.13.0.4.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_2.13.0.4.zip]http://downloads.ncrunch.net/NCrunch_Console_2.13.…

  11. Visual Studio 2013 crashing on startup with NCrunch 2.12.02 installed

    Hi Simon, Are you able to attach a debugger to the VS process while it crashes? Sometimes this can help with retrieving a stack trace that can better establish what is happening. Something else to try - after installing the latest version of NCrunch, try launching VS with the following comman…

  12. Cannot debug a test excluded by a filter for "this computer"

    [quote=GreenMoose;6926] Wouldn't it make sense to automatically "ignore" those filters when debugging is requested? [/quote] Yes. I'll look into this. [quote=GreenMoose;6926] No it takes that every time, actually it takes 16 for the dialog to show, and 21s to complete "loading". Test filt…

  13. NCrunch doesn't recognize tests with XUnit's RunAsAttribute

    To my knowledge, Xunit V2 doesn't have this feature.

  14. Excluding autogenerated code

    Hi, thanks for posting. At the moment, there is no feature that will let you handle this directly on a macro-level. You're welcome to request one [url=https://ncrunch.uservoice.com]on uservoice[/url] if you like. There are some other options below that might get you close to what you are afte…

  15. NCrunch doesn't recognize tests with XUnit's RunAsAttribute

    Hi, thanks for posting! NCrunch doesn't support this extensibility in xunit v1 because it is walled away from it by Gallio. NCrunch relies on Gallio to execute xunit v1 tests on its behalf, and the abstractions enforced by Gallio make the dynamics of this extensibility impossible to implement. …

  16. NCrunch console doesn't run each test in its own process.

    NCrunch is need of a big configuration overhaul. My hope is that eventually these sorts of issues will have an elegant and heavily customisable solution. At the moment, parallel execution defaults to off. This is because the first run of NCrunch on a new codebase can be very daunting, and tests…

  17. Griod node server crash when restarting all grid nodes

    Ok - I've managed to reproduce this issue. It looks like the recycler is trying to restart the node too early after termination. Interesting that this problem didn't appear earlier. I'll see about arranging a fixed build. Thanks for reporting this issue.

  18. process has no package identity

    [quote=tblack;6921]Awesome, Just work it into the exception message handler. saying go here and click this. Or detect that that the user is running win RT code and say go here and click this. thanks awesome. I thought it was a config issues. [/quote] The fix will be for it to just work, r…

  19. process has no package identity

    Hi, thanks for sharing this issue. This looks to be caused by a service initialisation problem introduced by the engine separation in 2.11. Setting your 'Engine hosting strategy' (global config setting) to 'HostInsideIDE' should allow you to work around this problem. I'll see what I can do ab…

  20. Cannot debug a test excluded by a filter for "this computer"

    Debug tests can only be run on the local machine. This may explain why the test was stuck in the queue - the Test filter prevented it from running, so it just stayed there. I've just managed to reproduce the problem with the Test Filter not updating. This is probably a regression caused by the …