Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Build Error with Xamarin.Android application

    Hi, thanks for sharing this issue. So far NCrunch hasn't yet seen any official testing on the Xamarin platform - I cannot guarantee at this time that it will work correctly. With that said though, this is quite a strange error message. The 'nCrunch.TestRuntime.DLL' file is installed into the …

  2. Package Load Failure

    Hi - I've prepared a build specially to resolve this issue. You're welcome to take it for a spin if you like, I'd really like to know if this solves the problem. [url=http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.5.0.1.msi]http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.5.0.1.ms…

  3. Don't Build/Run when editing .js files

    For anyone interested in this feature, there is now a configuration option available that can be used for this - [url=http://www.ncrunch.net/documentation/reference_project-configuration_files-excluded-from-auto-build]Files Excluded From Auto Build[/url].

  4. The use of the Windows namespace is reserved

    Hi Lee - If the browse to workspace option doesn't work, this would suggest that NCrunch isn't actually getting to the build step - probably it's failing to even Analyse the project. When you look at the errors showing in the Tests Window, does this say anything about there being a failure to lo…

  5. The use of the Windows namespace is reserved

    Sorry - I just realised I misunderstood the platform/configuration setup within your solution. The platform related issues you're setting from MSBuild are a red herring. What I think we need to do is try and get the command line MSBuild action to build the project using the same parameters NCrun…

  6. Package Load Failure

    Hi, thanks for reporting this issue! I'm glad you've been enjoying the product so much. I think I understand what has happened here. NCrunch infers the need for the DotNET451 assembly based on your O/S (Windows 8.1). In this case, the assembly won't load because VS2008 doesn't use a later vers…

  7. Is logging to a file available?

    Thanks! Do let me know if you trace anything back to NCrunch or need any more help.

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

    Ok - that is useful information. As far as I know, Jetbrains did upgrade their NUnit version in ReSharper, although it may depend very much on the version of ReSharper you're running. If you do have the NUnit GUI .exe handy, this would be a useful thing to test out. Static Analysis works quite …

  9. Build fails when Output folder contains drive letter

    Hi, thanks for sharing this issue! I saw the bug report come through a couple of hours ago and noticed the output path was the problem. It's interesting that this worked for you in V1. I imagine it must have been quite unstable, as the output path pointing at an absolute path would have messed …

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

    Hi, thanks for reporting this issue. Off the top of my head, I can't remember there being any changes in NCrunch's NUnit integration between 1.48 and 2.4 with the exception of upgrading to the newest version of NUnit. v1.48 will execute tests using the older NUnit assemblies, regardless of which…

  11. NCrunch fails to build when reference is on another drive

    Great to hear. Thanks for taking the time to report the issue. It was good to get the fix into the RTM.

  12. Is logging to a file available?

    Hi, thanks for posting! NCrunch is fairly religious about catching exceptions and reporting them in its own trace log. Because of its size and constant rate of change, the trace log is only stored in memory. Any crash that brings down the whole IDE is doubly evil - not just because its a fault …

  13. comparing algorithm performance

    Sorry, you'd need to trace this manually with something like perfmon. NCrunch just isn't designed to capture CPU cycles.

  14. NCrunch Forum My Topics does not work for me

    This is a surprise for me also, but then, I've never actually used the feature :) One side affect of this may be that you get lots of notification email from the forum.

  15. NCrunch Forum My Topics does not work for me

    It seems to be working correctly for me - so I wonder if it's somehow related to your forum account settings. Are you set up to 'watch' any forums or topics?

  16. Can not build project when it uses a specflow plugin to generate NCrunch test attributes

    Ok - do let me know if you manage to pin it down. I was thinking that this would be particularly useful to include for other SpecFlow users. I've had questions before from people wondering how to best include NCrunch attributes in their SpecFlow tests. Until now, my answer has always been to cr…

  17. NCrunch and RazorGenerator.MsBuild

    Excellent. Thanks!

  18. comparing algorithm performance

    There are plans to introduce an export feature to export the contents of the Tests Window. Would this also work for you?

  19. Test fails in NCrunch and passes in other runners.

    Ahh that makes sense. I had thought that the issue also affected CLR 2, but it was more than a year since I analysed it .. and I may have remembered incorrectly. There have also been changes to the CLR through Windows Update, which does sometimes make it difficult to pin down behaviour over time w…

  20. Test fails in NCrunch and passes in other runners.

    The reason for the difference is that NUnit doesn't instrument the code as NCrunch does. NCrunch's performance instrumentation makes heavy use of try/finally blocks, which tend to surface this behaviour on machines that have .NET 4.5 installed. Interestingly, the problem also applies to versions…