Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Uninstalling v2.13.0.5

    Hi, thanks for your interest in buying a license. The uninstaller is inside the standard windows 'Programs and Features' or 'Add/remove programs' (depending upon your O/S). If you need a bridge license to help you with the product while a purchase is being arranged, please drop me a note via t…

  2. ASP.NET vNext xUnit project Hangs on 'NCrunch engine is initialising'

    Hi, thanks for sharing this. ASP.NET 5 / KRuntime support is expected in the near future. I'd have liked to have it implemented support for it already, but the environment itself and everything connected to it (test runners, etc) are all still under heavy development and even building reliable…

  3. NCrunch for JavaScript?

    Hi, I'm sorry to say that I have no news on this right now other than to reflect my understanding of the obvious: that lots of people want this Implementing Javascript support in NCrunch is a major piece of work. It's a whole new runtime environment that would need a new range of services, in…

  4. What's new in 2.13.0.5 vs 2.13.0.1?

    Generally I don't track this, as the non-release builds are usually only released to target specific issues ... The release build change list is compiled manually when the build goes up to the download page. In this case it should be safe to assume that most of the items in this changelog won't hav…

  5. NCrunch 2.13.0.1 froze vstudio while paingint window

    Thanks. I've implemented a fix ... do you want an early build? Or is OK for me to include it in the next one?

  6. NCrunch 2.13.0.1 froze vstudio while paingint window

    Leaving VS open for a long period of time is never great for resource efficiency, but most probably this was caused by an update pattern in the distributed processing. Likely, it will happen again if you leave the window open. I'll see what I can do about optimising this code anyway, as I think it…

  7. NCrunch 2.13.0.1 froze vstudio while paingint window

    Hi, thanks for sharing this. Without having seen this happen on my end, I can only speculate on what is causing it ... but I believe that this is a performance problem in the rendering code for the main tree in the Distributed Processing Window. As you have a few machines in your grid and they'r…

  8. Window width not preserved

    If you set up a simple, dummy solution with one project and no tests .. does the setting preserve itself? Also, does the setting preserve itself when you swap between two different solutions with the splitter in a different place per solution?

  9. NCrunch doesn't recognise new tests

    Thanks for sharing these extra details. This problem fits the description of a synchronisation issue between the code in the IDE and NCrunch's in-memory model. Are you running any other 3rd party packages? Can you confirm which source files you are working in when you see these problems? (i.e. .…

  10. Latest point release does not accept my key

    [quote=Der-Albert.com;7029]For the Features ... be more active on user voice, so no, yes or that you think about it. Give us the "feeling" that there is more to come ;) You make a great job here in the forum, and you are fantastic on fixing these problem. You and NCrunch are worth any penny.[/quo…

  11. Window width not preserved

    Hi, thanks for sharing this issue. I've been having difficulty in reproducing this issue. This was a known issue in earlier NCrunch releases, but it was fixed a while ago .. I'm wondering if this could be due to read-only config files. NCrunch stores the splitter distance inside the .ncrunchsol…

  12. Latest point release does not accept my key

    Hi Albert, Thanks for your feedback on this. I always appreciate your valuable insight on these things. You have a very good track record on your comments and suggestions having an impact on the NCrunch project :) I realise that the notification for releases being outside the 12-months free …

  13. Teamcity test failed notification error

    That's great. The double failure is by design. NCrunch reports fixture failures in addition to test failures. Usually a fixture will fail when any of its child tests fail, and vice-versa.

  14. Limit Disk Space Usage When Using RAM Disk for Workspace Path

    [quote=KabanaSoft;7020] Does the 'Terminate test runner tasks when all test execution is complete' have any effect on Disk space? [/quote] Yes - it does. I'd recommend turning this setting on. [quote=KabanaSoft;7020] Just wondering because all my tests have completed running automatically,…

  15. Limit Disk Space Usage When Using RAM Disk for Workspace Path

    [quote=KabanaSoft;7018]Hi Remco, However, i cannot find the 'Process pool size' setting anywhere under the config. Did you mean the 'Test process memory limit' or is it called something else or perhaps i missed it? [/quote] Sorry, I was remembering this setting under its old name.. The correct …

  16. Limit Disk Space Usage When Using RAM Disk for Workspace Path

    Hi Mark, Thanks for posting! NCrunch does, unfortunately, need to create the workspaces in order to correctly operate. Restarting VS or the engine won't solve this problem for you, as every time you do this it'll just be a matter of time before the concurrency and build needs of the engine wi…

  17. Precise Meaning Of Isolated on a Test class

    [quote=willdean;7013]Thanks - I've put the uservoice request in. I suppose in the spirit of uservoice I should now try and persuade a pile of people on Twitter to vote for my idea :-) [/quote] Absolutely :) There's a growing list of ideas to compete with!

  18. Visual Studio 2013 Code Window Horizontal Split Issue

    Hi Gareth, Thanks for sharing this issue. I can confirm that presently this issue exists in all released versions of NCrunch. To date I have yet to find a VS integration technique that will allow a way to reliably fix this problem. As soon as I find an acceptable approach, it will be impleme…

  19. Ncrunch + umbraco tests

    NCrunch uses an optimised build to try and improve feedback times. Turning on the 'Copy referenced assemblies to workspace' setting disables these optimisations and makes the build behaviour closer to what you would experience when building your project in VS. I recommend having a read of this doc…

  20. Ncrunch + umbraco tests

    Hi, thanks for posting. The 'Copy referenced assemblies to workspace' setting does have a significant impact on performance, as this requires much more to be rebuilt when changes are made. I'm going to guess that the root problem here is the umbraco configuration files not being in the same di…