Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. The use of the Windows namespace is reserved

    Great stuff! Thanks Lee. I've had a quick look over this, and a processor architecture build issue is very clearly showing for me when NCrunch tries to build the solution. This problem does not show when building with the IDE. I'm not 100% sure if this is the same problem you reported earlie…

  2. Enhancement to pinning / modes

    [quote=willdean;5235] You're right, I'm sure I could do something like that, though it would conflict with the use of the mouse for pinning and unpinning, which is actually how I mostly do it (either from the tree view or from the source window right-click). My aim is obviously to get you to do th…

  3. Enhancement to pinning / modes

    Hi Will - This is an interesting idea. I've had a bit of a think about how such a workflow could be implemented using NCrunch, but it's difficult to find a clean way to do this using the current structure without introducing some kind of magic switch. It seems almost to me as though you need …

  4. Color configuration bug

    Hi Ben, Thanks for posting! The behaviour you've described is a new feature in V2. One of the biggest problems with automatically aligning the colour scheme with VS is that the markers can disappear if they are not adjusted in line with the IDE. Because the VS dark theme uses 30,30,30 as the…

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

    Yes - this is definitely one way the problem can be solved, or at least managed better. There was a feature recently added in NCrunch that can [url=http://www.ncrunch.net/documentation/reference_project-configuration_files-excluded-from-auto-build]disable the auto-build for certain files in the s…

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

    Hi, I'm sorry to hear that this has costed you time. Since this issue was first raised, there have been several fixes to avoid NCrunch from introducing any kind of hyperlink from the UI into files in the workspace. It should now be impossible to navigate to a workspace file via NCrunch, though …

  7. Distributed processing

    It is interesting when test bugs like this surface with the distributed testing. I also have a good chuckle when I see it - as it's sometimes easy to forget that the tests are being run on a completely different machine with different configuration. The slightly annoying thing about this is that i…

  8. Distributed processing

    Thanks! I really appreciate you taking the time to share your experience with this feature. Most of the time I only hear about things when they break, so it's really great to get some positive feedback :) Do post back again after you've been using it for a few weeks. I'd really like to hear ab…

  9. doe not 'Go to selected test'

    Hi, thanks for submitting the bug report. I noticed that you're still running on v1.46, which is getting quite old now. There's been many fixes in this area since 1.46 was released, so I strongly suspect you may be dealing with a resolved bug. Would you like to try one of the later builds to …

  10. Unicode issues

    How does the line navigation behave? Is it that you click it and nothing happens? I'm trying to reproduce this issue again in the hope I can find a workaround without massive amounts of development required. Which O/S are you running? Is it Windows 7? Also - noticing that you're still runni…

  11. Funny Exception at nCrunch.Compiler.RemoteBuildRunner.Build

    Excellent, thank you!

  12. Funny Exception at nCrunch.Compiler.RemoteBuildRunner.Build

    Thanks for sharing this. Just to clarify - is the issue still present for you now? Or did it go away after you added the project reference? Also - what kind of type is 'IsAlive'? Is this an enum? Cheers, Remco

  13. Tests are flaky in 2.x with parameterized TestFixtures using NUnit

    This may be related to the sequence in which the tests are being executed. Changing versions of NCrunch will often invalidate the cache data, resulting in different execution sequences. Have you had any luck narrowing the issue down to a reproducable code sample?

  14. doe not 'Go to selected test'

    Hi, thanks for sharing this issue. The issue is caused by NCrunch being unable to resolve the method or property representing the test. Do you find this happens consistently for certain tests? Or is it an intermittent problem? If you can narrow it down to a single test that causes it consist…

  15. Unicode issues

    I wonder about the relationship here to Windows Updates. Are you certain there isn't a different pattern of occurrence, perhaps something intermittent?

  16. Build Error with Xamarin.Android application

    Sorry - in that case this will probably need to be combined with the 'Copy referenced assemblies to workspace' setting, as the Xamarin build steps must be probing for dependencies adjacent to the build output file. I'm not sure if there may be more issues hiding behind that. My assumption is tha…

  17. Using custom trait via Xunit

    Hi, thanks for sharing this issue. NCrunch does support custom trait attributes, but only if the [url=http://www.ncrunch.net/documentation/reference_solution-configuration_framework-utilisation-types]Framework Utilisation Type for XUnit/Gallio[/url] is set to 'DynamicAnalysis'. The reason for …

  18. Upgrade licensing question

    Absolutely. V1 will never 'expire', and the licenses you have for it are perpetual. You can upgrade if and when you like, and when you do, you'll receive all versions for 12 months after you buy the upgrade. The only thing to remember is that NCrunch does need to be updated regularly to be kept…

  19. Package Load Failure

    Great! Thanks for taking the time to report the problem and letting me know that the fix worked :)

  20. NUnit ITestAction not executed in 2.4 (works in 1.48.5)

    Hi, Thanks for sharing this issue. I've just run some tests on this myself but haven't had any luck in reproducing the issue. Is there any chance you could create a small cut-down solution reproducing the problem that you could share with me? You can submit any code via the contact form on t…