Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Typemock Isolater Disabled

    TypeMock itself is a product that is under development. NCrunch works with TypeMock by invoking TypeMock's proxy process when initialising it's test environment where TypeMock has been detected. There is actually very little NCrunch does to support TypeMock in the execution environment other than …

  2. Typemock Isolater Disabled

    Hi, thanks for sharing this issue. This area of the integration is handled by TypeMock. You'll need to report this issue to them. Sorry, there isn't anything I can do from this side to help with such a problem.

  3. Memory Leak in Large Project

    An interesting test would be for you to unload and reload your test project a few times, and see if this makes a difference in the size of the cache file. Do you often update from SVN with the NCrunch engine running? Or do you usually disable it when you update?

  4. AdditionalFilesToInclude on multiple lines

    Hi Daniel, I'm happy to confirm this will be in the upcoming V3 release. I hope to have V3 in a beta state some time in the next few weeks.

  5. Memory Leak in Large Project

    [quote=Luciferius;9255]I can now reproduce it. It seemed, as if the memory consumption grew from day to day. Currently it was again near 10GB. I have now a backup of the cache. How can I help analyse the leak? The size of the cache file is 650 mb.[/quote] Ok, that's good to know. Unfortunately,…

  6. Should NCrunch work with Xamarin Forms solutions in Visual Studio 2015?

    Hi, thanks for posting! To date, no work has been done to integrate NCrunch with Xamarin at any level, and no official testing has been done on using NCrunch with Xamarin projects. Officially, Xamarin is not supported by NCrunch. You are welcome to [url=https://ncrunch.uservoice.com]request it …

  7. Build error for Nuget tool package with dependesies

    Hi Johan, This looks like an internal problem inside the DatabaseDeployer build logic. It must be making some kind of assumption about its build environment that doesn't always hold true when running under NCrunch. If you haven't already, I'd suggest using [url=http://www.ncrunch.net/document…

  8. Hosted Gridnodes

    Hi Matthew, This is an idea that has received some attention in the past. It was actually a business model I considered pursuing when designing the distributed processing. I eventually rejected it for several reasons. A few people have since approached me with the idea asking my opinion about …

  9. NCrunch doesn't use the 4.6.2 engine host

    [quote=lguilhou;9244]Still works with framework 4.6.2 \o/[/quote] Excellent! :) [quote=lguilhou;9244] Little side question: is it normal that the test runner is always the x86 version even when both the NCrunch configuration and the project platforms are set to x64? The engine and build hosts…

  10. NCrunch 2.23 causes InvalidProgramException to be thrown with exception filtering

    v2.27 is now available with a fix for this problem - [url=https://www.ncrunch.net/download]https://www.ncrunch.net/download[/url]

  11. NCrunch doesn't use the 4.6.2 engine host

    v2.27 has now been fully released - [url=https://www.ncrunch.net/download]https://www.ncrunch.net/download[/url].

  12. NCrunch configuration wizards gets hidden under VS window

    I've included a speculative fix for this in v2.27. I'm wondering if you might be interested in giving it a try? [url=https://www.ncrunch.net/download]https://www.ncrunch.net/download[/url].

  13. NCrunch 2.23 causes InvalidProgramException to be thrown with exception filtering

    It was actually a bug in Cecil, since fixed in Cecil's main dev branch. It wasn't correctly calculating the max stack size for methods using exception filters. Up until recently, the bug hadn't been a big deal because exception filters weren't available in C#. The issue didn't appear for all meth…

  14. NCrunch 2.23 causes InvalidProgramException to be thrown with exception filtering

    Hi! Yes, I've managed to isolate and resolve this issue. A fix will be available with 2.27, out within the next couple of days.

  15. Grid Node can't build .NET 4.6.2 projects

    Hi Tim, This is caused by a .NET 4.6.2 detection issue on Windows 10 with update 1607 installed. Try this build to see if it resolves the problem: [url=http://forum.ncrunch.net/yaf_postst1937_NCrunch-doesn-t-use-the-4-6-2-engine-host.aspx]http://forum.ncrunch.net/yaf_postst1937_NCrunch-does…

  16. Autofixture tests intermittently fail when using NCrunch

    [quote=royboy23;9230] Now I don't know where to look next. This could be an NCrunch, an NUnit, Autofixture or (though unlikely) even a Moq problem. Or it could be a combination of these. I was wondering if you have any idea how to proceed here.[/quote] Sorry. Unless you're able to provide me wi…

  17. NCrunch configuration wizards gets hidden under VS window

    Make sure you've removed the .ncrunchsolution file and the .ncrunchsolution.user file. With these gone, NCrunch should show the wizard automatically when you enable it on the solution. You can also trigger the wizard manually through the NCrunch menu.

  18. Can not run test on Grid Node Server

    [quote=Allnext;9225]Thanks a lot![/quote] Can you confirm that this was the problem? If so, I might take a look at how it's being handled.

  19. Autofixture tests intermittently fail when using NCrunch

    Hi Adrian, Thanks for sharing this problem! NCrunch won't run tests concurrently within the same process, but with parallel execution enabled it can run them in parallel across multiple processes. This means that if your code under test is interacting with something outside the test process, …

  20. NCrunch configuration wizards gets hidden under VS window

    I'm having trouble reproducing this problem. Are you running on VS2015? Do you have any other software on your machine that uses modal dialogs? If so, can you make it behave the same way the NCrunch modal dialogs are behaving for you? I'm wondering if this might be some kind of system-level pr…