Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. exception when using Code Contracts

    Does it make any difference if you turn on the 'CopyReferencedAssembliesToWorkspace' option for your tests project?

  2. Unable to enable NCrunch for new install

    Good to hear :) Do let me know if it happens to you again.

  3. Impossible pass AND fail?

    Sorry for the delay in looking at this issue. I've confirmed that this is an NCrunch defect triggered by the use of the quotation __ syntax in MSpec. Basically, any MSpec tests that are named using this syntax will pass abnormally. A fix will be in the next NCrunch revision.

  4. Test projects with question marks

    Is it possible to build the failing project using MSBuild from the command line? This will help to identify whether the problem is being caused by complex or IDE dependent build configuration. Also - would you be able to submit a bug report after this load failure? I may be able to use this to yi…

  5. Test projects with question marks

    Hi Simon, Thanks for posting! The question marks indicate projects that cannot be built because a project they depend on is experiencing a build/load issue. Can you give me any more information about the assembly load errors you're experiencing? Is there anything different/unique about these r…

  6. TestCase attribute messing up NCrunch entirely

    Thanks for reporting this one. This is a problem caused by the instrumentation messing with named attribute parameters (i.e. the 'Result' named attribute parameter on TestCase), and is on the list of known issues to be fixed in a future version. If you're having trouble getting NCrunch to run qu…

  7. Alternatives for coverage indicators

    Thanks for the tip. This was something I looked at while the markers were in their very early stages, but it simply wasn't powerful enough to do what I needed it to do. There was also the issue that a huge range of plugins make use of their own glyphs, which would result in some interesting clashe…

  8. Any docs for NCrunch's AppDomain setup? (Ref running tests in Medium Trust from BoxBinary.com)

    Thanks, I'd like to hear how you get on with this. I've made a note to have a deeper look into making this possible with NCrunch, though it's hard to make any commitments on whether I'll be able to do so at this point in time :) Cheers, Remco

  9. Impossible pass AND fail?

    Hi, thanks for posting! I'll take a look at the code you've posted and will get back to you on the pass/fail issue. If you haven't already, would you be able to submit a bug report the next time you see a build failing when it isn't supposed to? This will provide a bit more information to help cre…

  10. Any docs for NCrunch's AppDomain setup? (Ref running tests in Medium Trust from BoxBinary.com)

    Cross appdomain/process tests do generally tend to suffer from the fact that NCrunch artificially wires together its test domains from files that can exist in separate locations. There is some [url=https://www.ncrunch.net/documentation/troubleshooting_test-and-runtime-related-issues]documentation…

  11. Issues with NUnit TestCaseSource

    I'm always on the lookout for good test solutions, so that would really be useful. Is there is a specific revision number/id that I can grab which is unfixed?

  12. Issues with NUnit TestCaseSource

    Sorry - I haven't had much exposure to TestCaseSource in the past, so it's a learning experience for me :) I've had a deeper look at how NUnit behaves in this situation and I'm afraid I can't give a simple solution to this problem. Essentially, NCrunch uses static metadata in order to locate t…

  13. Issues with NUnit TestCaseSource

    Hmmm... What kind of result would you normally expect from a name mismatch in the test case data?

  14. Issues with NUnit TestCaseSource

    Hi Jon, Thanks for posting. The problems you're describing are caused by NCrunch's inability to determine (and display) a difference between an inconclusive test result and a genuine failure. Right now (for the sake of simplicity) NCrunch doesn't have an 'inconclusive' status, so the UI simply …

  15. There is not enough space on the disk

    Hi Rudi - This is a good suggestion. Restricting the engine from building new workspaces when it needs them will reduce efficiency, but right now there isn't really any decent handling of situations where the drive runs out of space. The workspacing code was introduced before the discovery of u…

  16. Issue with NUnit SetUpFixtureAttribute

    Thanks for sending through the bug report. I'm curious - do the tests work correctly if you turn off the SetupFixture? I'm actually quite amazed that NCrunch is getting as far as trying to run your tests, as right now Silverlight isn't on the list of platforms supported by NCrunch.

  17. Issue with NUnit SetUpFixtureAttribute

    Hi Mike, Thanks for posting. Would you be able to submit a bug report using the NCrunch menu? I'm curious about why this issue still exists for you. Thanks! Remco

  18. The changelist link for 1.34b on the download page is incorrect.

    Good catch. The download link for .34 was wrong too. Now corrected :)

  19. Add support for Visual Studio 11

    For anyone interested, support for VS 11 was officially added this morning with the 1.35b release of NCrunch.

  20. Alternatives for coverage indicators

    The 1.35b release that went out this morning adds a new feature that allows you to change the shape of the coverage markers. New shapes: * A small circle * A rectangle * A vertical line .. the smaller circle and vertical line should be less obstructive than the original circles were. Giv…