Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Improvement: Show "All Solutions" Configuration even no solution is loaded

    If this happens to you again, can you bash the bug reporter? It's probably being messed up by a background exception of some kind (and is therefore a bug that I'd like to swat).

  2. Interop.ActiveDS causes unreliable build in ncrunch

    Absolutely! :)

  3. Build failure with extern alias

    Hi Mike, Thanks for checking in! There is a known problem with v1.32b where reference aliases don't seem to work properly for project references (although they have been fixed for static assembly references). A fix for this has been introduced in 1.33b which is pending release very soon. Is …

  4. Build failure after activating Code Analysis

    Hi Stefan, Thanks for reporting this - it definitely looks like a defect. Would you be able to punch it through the bug report tool using the option in the NCrunch menu? The bug reporter submits a log file of recent failures and this should help me to get more information about what is failing …

  5. NSpec support

    Thanks for the vote :) Support for additional test frameworks is the main focus for the moment (specifically in 1.33b). There aren't any plans at the moment to roll NSpec support into 1.33b, but you're not the first person to ask for it ... and it is definitely on the list.

  6. Icons are showing black

    Hi, Thanks for posting! Right now xUnit isn't in the list of supported test runners ... although this is set to change very soon :) The good news is that it looks like everything else is working well for you .. if you're seeing the black markers, this means the project is building fine. So a…

  7. NCrunch 1.32b exhausts Temp directory free space

    Cheers - would be good to hear how it goes for you :)

  8. NCrunch 1.32b exhausts Temp directory free space

    NCrunch takes responsibility for cleaning up after itself - so generally speaking you shouldn't need to do this yourself. If you try and remove the workspaces manually while the IDE is running, you'll definitely cause some very strange behaviour. Internally NCrunch tracks the each individual wor…

  9. Color blind friendly colors by default, please.

    Hi Bitsprint, Thanks for the post. 1.31b saw the introduction of a wizard that allows you to set the colours before you actually use NCrunch. It's probably quite easy to skip past it by accident, but I hope that this should make the colour tweaks more obvious... I did notice that many people wi…

  10. 1.31b doesn't execute MSpec tests

    Excellent thank you!

  11. Wrong Test-Count with MSpec Test

    Yep - It's doing this for NUnit too. The test contexts and test fixtures are physically represented as tests themselves and the progress indicator is counting them as such. Not conceptually correct. A fix is planned :) Thanks for the heads up.

  12. 1.31b doesn't execute MSpec tests

    Something is definitely going very wrong in there ... Would you mind kicking through a bug report if you haven't already? I have a feeling that something in your solution is causing a failure.

  13. 1.31b doesn't execute MSpec tests

    Thanks for reporting this issue. This definitely looks like a new problem, and it's definitely not the intended behaviour. Do you notice this for ALL the tests in your entire solution? Do they by chance still fail if you explicitly throw an exception from one of them? Also ... is the missi…

  14. NCrunch 1.32b fails to build projects that depend on NCrunch-instrumented projects

    For anyone else experiencing this problem: Jeremy and I had a detailed look into this and confirmed it to be a compatibility issue between NCrunch v1.32b and instrumentation of assemblies that compile for v2.0 of the .NET framework. This means that if you are attempting to use NCrunch on proje…

  15. NCrunch vs ReSharper

    NCrunch was developed in an environment where Resharper was used daily. As far as I know, almost everyone that uses it also uses Resharper .. and the two tools work very well together. One thing to consider is that Resharper's background solution-wide analysis does churn up a bit of CPU - so if …

  16. NCrunch 1.32b fails to build projects that depend on NCrunch-instrumented projects

    This looks very strange. Would it be possible for you to use the 'Submit Bug Report' option? (accessible via the top menu) This will send through a log file that I can run through to figure out what's going on under the hood. It may also be worth turning on the 'CopyReferencedAssembliesToWork…

  17. SpecFlow Support

    Hi Canters, Thanks for posting! Although I admit I haven't tested it extensively myself, I do believe that SpecFlow generates tests compatible with NUnit .. and therefore NCrunch should be able to discover and run them just as it would any test. Please let me know if you find any problems wit…

  18. Why doesn't NCrunch use my current configuration/platform choice?

    Good to hear. Thanks for all your feedback and suggestions. I'm having a closer look at the solution build configuration and will see if I can come up with an intuitive way to handle it. Please let me know if you notice any other potential barriers to adoption in your organisation - as I'm eager …

  19. Why doesn't NCrunch use my current configuration/platform choice?

    I think that for the project(s) you are working on, the idea of following the currently selected IDE build configuration would be useful .. and I can also understand that in situations where people are using a large number of inline build conditions in their code, this would be very important. Wh…

  20. Why doesn't NCrunch use my current configuration/platform choice?

    Would it be helpful for you if NCrunch exposed a configuration option that allowed you to inject build properties without needing to modify the .proj files? I've been considering doing this for a while, so I don't see why it couldn't be introduced in an upcoming version.