Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. NCrunch does not ignore TestCase tests correctly with NUnit 3

    Category discovery is an important step in NCrunch's analysis stage, and it's quite reliant on the test framework. If this is going wrong, there should be an easy way for us to see it without needing to guess at what is happening inside the engine. In the NCrunch Tests Window, right click on the…

  2. Stuck when starting to build

    Hi Julian, Thanks for sharing these extra details. Am I correct in my understanding that you're able to observe the problem with the 'Instrument output assembly' both disabled and enabled? And that the issue seems to have an intermittent side to it? It's very useful that you've narrowed this…

  3. Gride node goes bezerk with VBCSCompiler.exe

    Thanks. I've made a note to look into this closer to see what I can learn about Roslyn's behaviour here. Do let me know if you learn anything more.

  4. Infinit recursion during resource lookup within mscorlib

    [quote=richarddezwart;8078]Just found out on another VM that the problem does not occur with Microsoft Visual Studio Enterprise 2015 Version 14.0.23107.0 D14REL Microsoft .NET Framework Version 4.6.00081 So it might be the Community Edition that is the problem [/quote] Thanks for sha…

  5. Stuck when starting to build

    Hi Julian, Thanks for sharing this issue. I'll need to ask a few more questions to try and figure out why this is happening for you... - Does this seem to happen only for certain projects, or for all of them? Does making a small dummy solution with projects in a different version of .NET pro…

  6. NUnit 3.0 and NCrunch 2.18 - test not executed during planned execution run

    Hi, thanks for sharing this issue. This is a good catch. The bug is caused by a poorly placed string.Format interpreting log data from NUnit. I'll see that it gets fixed in the next version of NCrunch. Thanks again for bringing it up.

  7. Cannot debug tests with the 2.17 version

    [quote=Cokyn;8067]Update: I moved the whole solution to the brand new one. everything has been working and then I tried to run parallel tests with this attribute [Parallelizable(ParallelScope.Fixtures)] from console and I keep receiving the same error as before: "This test was not executed dur…

  8. Gride node goes bezerk with VBCSCompiler.exe

    [quote=GreenMoose;8068] This seems to be related to the fact I'm using a local grid node. * When I compile solution with msbuild.exe (v14.0) as MsBuild /p:"Configuration=Debug" /p:"Platform=Any CPU" /verbosity:n /t:"Build" "Solution.sln" the VBCSCompiler.exe don't even start, and building the …

  9. Install of 2.18.0.3 not showing up in VS 2012

    Ok - this confirms that the problem is being caused by a corrupt VS registry hive. Unfortunately these sorts of things do happen in VS from time to time. They're rare, and they can be fixed, but they are a bit painful if you have a lot of customisation in your settings. You have a couple of opt…

  10. Install of 2.18.0.3 not showing up in VS 2012

    Try the following: C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe /rootsuffix test This will create a fresh registry root for Visual Studio with default settings, under a special named context. Is the NCrunch menu showing in this state?

  11. Quick second build losing code coverage?

    Thanks, we're getting closer here :) Are you using any of xUnit's parallelization or async features? It feels to me like this is a test framework/adapter problem of some kind. Can you submit a bug report after you've had a test run return crazy results? The log file may yield some interest…

  12. Infinit recursion during resource lookup within mscorlib

    Hi, thanks for sharing this issue. Sorry, but I'll need a bit more information before I can analyse this. - Can you confirm that this is a problem you are experiencing when NCrunch is executing your own code in a test run? - Does the problem appear consistently? - Does the problem appear if …

  13. Exclusive-Isolated attribute and GridNode-Serial attribute?

    [quote=GreenMoose;8054] 1) My scenario is: I tests which exlusively uses "database", and tests testing an http endpoint, only run by remote grid nodes towards my local machine. So "database" tests can be executed in parallelll on each grid node since the exclusively uses is "per grid node" (ri…

  14. Install of 2.18.0.3 not showing up in VS 2012

    Hi Ed, Thanks for sharing this problem. The registration of the NCrunch menu is something controlled by VS itself in response to the existence of NCrunch's addin. If NCrunch is installed but the menu is not showing, this means that either the menu has been moved/disabled in the VS settings (u…

  15. OutOfMemoryException when building

    Hi, Thanks for sharing this issue. It looks to me like you somehow have a recursive project reference inside your solution. Do you have the [url=http://www.ncrunch.net/documentation/reference_solution-configuration_infer-project-references-using-assembly]'Infer project references using assemb…

  16. Quick second build losing code coverage?

    Sorry - I need to bombard you with a few questions here to fully understand what's happening: - Do the test results themselves (not the coverage) in the Tests Window seem correct? i.e. do the passing tests pass, failing tests fail, etc - Does this seem to be specific to one solution, or to all …

  17. slow typing in VS2015

    Something I thought I would check on this is whether everyone experiencing this issue is encountering it with NCrunch set in manual mode? (i.e. with all testing disabled). Such a thing would point directly to the problem being caused by background builds, which might be related to Roslyn's feature …

  18. slow typing in VS2015

    [quote=crazyoatmeal;8044]Has there been any follow up on this issue from ncrunch? I'm experiencing the same issue even with the latest release which said it fixed some vs 2015 performance issues. None of the suggested changes in this thread have helped.[/quote] Sorry, but there have been no act…

  19. Quick second build losing code coverage?

    Hi, Thanks for sharing this issue. Sorry, but I'm having a little trouble understanding the nature of this problem - are you saying that the build somehow breaks itself, or that you have an intermittent failure? Are your tests losing their pass/fail status in the tests window?

  20. Sharing test case source between tests

    Sorry, the likelihood of a solution being introduced for this in the near future is not high. The way in which the NUnit integration works here with NCrunch means that there is no effective way to solve it without significant risk/effort/consequences required. There is a likelihood that it will …