Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. xunit theory tests are not run

    Thanks for posting the trace. This does look very much like a version clash of some kind. Does it affect only Theory tests, or all the tests in your solution? Does it make any difference if you swap your xunit.dll with a v1.8 xunit.dll?

  2. xunit theory tests are not run

    Hi - Thanks for reporting this issue. I noticed you submitted a bug report, though it looks like the log file didn't make it through correctly, so I'm wondering if it might be possible for you to manually extract some log data for me. Under your NCrunch global configuration, set the log verbos…

  3. Build issue against OpenWrap'd solution

    Hi Peter, Thanks for posting with this issue. I'm afraid I can only be of very limited use in troubleshooting OpenWrap issues due to the level of build customisation involved in it. I did manage to get an earlier version of OpenWrap working with NCrunch by ensuring that all OpenWrap resources w…

  4. Unit tests dont complete

    Thanks for posting these details. I noticed something odd in the log file when NCrunch tries to sign your output test assembly: Microsoft (R) .NET Framework Strong Name Utility Version 3.5.30729.1 Copyright (c) Microsoft Corporation. All rights reserved. Failed to extract public key from k…

  5. Unit tests dont complete

    Hi, Thanks for reporting this issue. Most likely the engine is throwing an exception under the hood, so we'll need to find out what this is. As the bug reporter is failing, the best way to get information about the problem is to go to your NCrunch global configuration and turn on the 'LogToOutp…

  6. Missing NCrunch.Framework.dll in Version 1.36b

    I've just noticed that the 1.36b installer is loading the NCrunch.Framework.dll into the GAC - which it is actually supposed to do... I'll update the documentation so it's consistent with the behaviour. The link above also still works in case anyone wants to download the file directly.

  7. Missing NCrunch.Framework.dll in Version 1.36b

    Thanks for picking up on this. It seems the binary was left out of the installer package by mistake. I've uploaded a separate compression containing the 1.36.10 DLL. [url=http://files.ncrunch.net/NCrunch.Framework_1_36_10.zip]You can find it here[/url].

  8. RedGate .NET Demon

    Hi Jas, Thanks for sharing this. I've been aware of this tool for a while, and I know there are also others in the works. Continuous testing is an easy field to play in, but it takes considerable investment to build a product that works well for everyone. I would only ask people that they judg…

  9. No NCrunch menu-item in VS2010

    Hi Peter - Thanks for the detailed list of your extensions, this is enormously helpful. Several months ago a user on this forum reported a very similar sounding issue and he discovered the source of the problem to be the ExtensionSync addin. Apparently, this addin was trying to synchronise his …

  10. Bug-report window - not modal, please?

    Hi Peter - Thanks for posting. You are spot on with this comment - a change is already pending in 1.37b to make this non-modal :) Cheers, Remco

  11. Build problem: Hg repository not found

    Hi Christophe, Thanks for posting. The best solution to this is definitely to disable your custom build step for NCrunch builds. NCrunch sets a build property that can allow you to do this. You simply need to add a condition onto your custom build step. For example: <Target Name="Befor…

  12. Everything is black

    Thanks for sending through the bug report. Are you making use of the latest Xunit 1.9? NCrunch is reliant on Gallio for its Xunit integration, and presently there isn't a release of Gallio that supports Xunit 1.9, so I'm afraid your tests won't be detected until support is extended to include the n…

  13. Very Impressed

    Hi Max, Always good to hear from kiwis in other parts of the world, we seem to be doing quite well in the TDD space over in the UK :) Getting NCrunch to work well on a large established solution can sometimes be tricky, as the solution will usually have a development history suited mostly to o…

  14. Enhancement: Partial Success

    Hi Max, Thanks for the feedback! 1.37b will be adding a new major feature that will make the markers more complex in such a way as to show other information, so I may keep your suggestion in a back pocket until everyone has had a chance to digest the 1.37b change and discuss it. The difficulty w…

  15. Everything is black

    Check that you don't have any tests ignored - in the tests window, there is a grey round circle with a cross in it and an eye in the corner. Make sure this button is pushed as it will show any tests that may have been ignored by the wizard the first time you went through it. Once a test has been…

  16. Everything is black

    Hi, Try turning on the 'Log to output window' in your global configuration. After you reset NCrunch, then check in the output window to see if any errors exist. Can you see all of your tests in the tests window? (i.e. when you've set the filters to show them). Also, do you have any testing…

  17. Move PreviouslyBuiltSuccessfully from local.xml

    Hi Glenn, Yes - that is correct. As soon as a project is successfully built, it will set the flag to 'true' and then it will never be changed again - so if I understand your circumstances correctly, this shouldn't mean you need to keep checking the file in multiple times. Cheers, Remco

  18. Move PreviouslyBuiltSuccessfully from local.xml

    Hi Glenn, Thanks for posting! Your change suggestion makes sense and I'll look into ways in which I can do this, though I'm curious about the issue you're experiencing with this tag and I'm wondering if you can tell me a bit more about your working situation. It doesn't seem normal to me that y…

  19. The given path's format is not supported.

    Right now I'm targeting late this month or early February, depending upon how quickly the new features stabilise (1.37b is a big feature release). If the problematic file for you is an MSBuild import, you may be able to get away with using v1.35b .... 1.36b changed the way the MSBuild imports wor…

  20. The given path's format is not supported.

    Hi Oyvind, Thanks for posting! Yes - this is a known issue for all file path references that are linked to an absolute path on a different drive to the project file. I have a fix for this pending in 1.37b, though for now I recommend trying to move the referenced files to the same drive as your …