Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. 1.31b doesn't execute MSpec tests

    Can each of you guys punch through a bug report after you get the run failure? Also ... are any of you working in an open source codebase? If I have access to a solution that surfaces the problem consistently, I should be able to fix it quite promptly :)

  2. Xaml files with german Umlaute äöüÄÖÜ don't compile

    Interesting. Is there anything you can tell me about the encoding of the file? UTF/Unicode? Also - can you punch through a bug report after it fails to build? I'll take a look at the log file :)

  3. NCrunch cannot build F# projects

    Hi Forki - Thanks for the post. Your source code will certainly make this an easy issue to figure out. I'll let you know if I can find a workaround. Cheers :)

  4. NCrunch doesn't run nested mspecs

    Thanks! I can see why this would be the case. I'll see what I can do in a future build :)

  5. 1.31b doesn't execute MSpec tests

    Hi Alex - Thanks for posting this so promptly. Are you using the Castle.Core assembly inside your project? I'm wondering if this could be a clash between a version of Castle used by your project vs. the version used by NCrunch's MSpec runner. I'm curious (and a bit concerned) as to why this w…

  6. Build failure with extern alias

    The newly released 1.31b adds support for MSBuild reference aliases, so this issue should now be resolved.

  7. Can't install VS2010 version

    The 1.31b build just released contains some changes to the way the installer works in this area. Hopefully this will have resolved the above problem.

  8. NCrunch IPC issue

    Hi Rainer - This issue has been solved in the 1.31b release, which is now available for download.

  9. Crunch crashes on every project.

    For anyone interested, the fix for this issue has just been released with 1.31b and is ready for download.

  10. Can't build simple Example

    Sorry - I've also just noticed your location. Are you running on a German version of Windows? If so, you should try downloading and installing the 1.31b release (which was just pushed out a few minutes ago). This release includes a fix specific to German operating systems.

  11. Can't build simple Example

    Hi Manuel, Thanks for posting. Can you copy/paste the build error you're receiving from the engine? Also - you can use the Submit Bug Report option to send a log file through after the failure has happened if you'd like me to take a look. Cheers, Remco

  12. Interop.ActiveDS causes unreliable build in ncrunch

    I believe the **.* is acting as a crutch for your NCrunch build, allowing it to work in situations where probably it should be failing consistently .. That's a theory anyway :) Would you be able to copy/paste the MSBuild output leading up to the SGEN failure? Something else you can try is to s…

  13. Problem with NUnit TestCase attribute

    When put that way, I can certainly see the value of implementing these features together. I can't make any promises as to when I can implement them, but I will definitely put them in the road map. BTW - you should probably put that on a blog somewhere. It's the most concise explanation I've see…

  14. NCrunch cannot build my tests project, since it relies on the models project to generate a stub.

    It's quite possible that in using this SDK you've come across an MSBuild item type that NCrunch doesn't know about. Can you try adding the missing file using AdditionalFilesToInclude setting in the project's configuration? This is a simple workaround that would help NCrunch to find it. If you…

  15. Interop.ActiveDS causes unreliable build in ncrunch

    Sorry for the delay in getting back to you on this one. I've had a thumb through the report, although it looks like the log file didn't make it through intact. Did the report submission form show everything as OK when you submitted the report? It would be great if you can try pushing another re…

  16. The OutputPath property is not set for project

    Hi Andrew, Thanks for sending through the log file. I can reproduce this problem consistently and can confirm that NCrunch has a compatibility issue with static libraries shared between projects. So far, NCrunch's support for C++ projects has been shallow and is quite limited. I do have some…

  17. Color blind friendly colors by default, please.

    Thanks for the heads up. This one is not obvious unless your colour blind I guess :) 1.31b (due out in the coming week) will have a wizard step that allows you to set the marker colours before you actually start using the program. I hope this will help to sort out the issue ... originally this …

  18. Optional "Run Tests only after Save"

    Some time ago I experimented with the [url=http://memory.dataram.com/products-and-services/software/ramdisk]DATARAM[/url] one and found it to work quite well for me. Results will probably vary depending upon your system I'm sure :) You can reduce your CPU consumption by keeping your [url=https:/…

  19. Run failed tests first?

    Yes it does. There is a weighting system inside the engine that takes into consideration: * Tests impacted by the changes you have made * Tests that are failing * Tests that run faster ... along with a few other lesser important factors :)

  20. Problem: Blocking Third-Party Assemblies with VS2010

    Absolutely :) This is definitely how the issue will be fixed. Right now NCrunch shadow copies everything else ... just not the referenced assemblies. There's no reason for them being special - just a question of time and effort :)