Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Support for NUnit's ISolutionBuilder and TestSuite

    If you can drop me a note via the [url=http://www.ncrunch.net/Support/Contact]support contact form[/url], I'll see if I can get the project building and my end and help with further troubleshooting. Cheers, Remco

  2. |DataDirectory| should point to deployment folder

    Hi, thanks for reporting this. This should be a simple fix and I'll see that it's included in the next minor revision. Cheers, Remco

  3. Lags in the editor after opening the Metrics window

    I'm really sorry.. when I first looked at this, I did so via a code review, and it appeared that opening the Metrics Window would leave a refresh service connected even after the window was closed, which could cause the performance issue to exist even after the window was closed. When I actually tr…

  4. Lags in the editor after opening the Metrics window

    Hi, I had a good go at trying to fix this one, but while attempting to do so I was unable to recreate the problem. Every time I closed the metrics window, the performance problem went away and the UI behaved itself as designed. I'm wondering if perhaps there is something else happening on your …

  5. Load failure: nCrunchTemp_{guid}.user' is denied

    I've just updated the 1.45 release with a hot-fix to solve this issue. The previous version was 1.45.0.11, the new version is 1.45.0.12. I recommend updating if this is still giving you trouble.

  6. Free swag for referrals?

    I think if we had people wearing those in any standard enterprise team, the management would never want to talk to them due to fear of the always angry red shirts... Could be a great way to get work done.

  7. Free swag for referrals?

    Old forum habits do die hard :) If we can have logos spin on T-shirts, we might as well go the extra mile and get a wifi enabled shirt that can print out your test results while you write code. Then the whole room can see when you're not going green-red-green-red!

  8. NCrunch fails for tests using VS2012 Fakes

    Right now, NCrunch doesn't have support for MS Fakes Shims. These shims require a specialised profiler to be loaded into the test environment, which NCrunch unfortunately doesn't handle yet. Plans exist to introduce support for Fakes as part of NCrunch V2 (due in Q4 this year) - [url=http://www.…

  9. Free swag for referrals?

    You got more than a chuckle, I did laugh out loud! :) I'd first need to resolve the dilemma of which logo to include on the T-shirt .. the one on the website, or the product icon? Maybe I'll need to make them both the same, so the dilemma doesn't exist! Great to hear NCrunch is working well f…

  10. Load failure: nCrunchTemp_{guid}.user' is denied

    NCrunch generates this file in order to analyse the build process prior to building workspaces. The guid.user file is something that was added in 1.45 to address a problem with custom assembly reference paths, although I note with some concern that the problem you've mentioned is something that can…

  11. 1.45 crashes VS2012 and VS2010

    Thanks for sharing all the additional info! The fault with the TestHost is interesting, although in theory this would be unrelated to your main VS issues, as this process is deliberately isolated from VS. I have a feeling that the issues you've encountered were caused by Visual Studio's reaction…

  12. Support for NUnit's ISolutionBuilder and TestSuite

    Hi Fabio, There are certainly other options available for establishing the name of the fixture, although there are many variables here. There is much hidden complexity in NUnit (particularly with TestCaseSource and parameterized test fixtures), which does tend to make things harder. The root of…

  13. 1.45 crashes VS2012 and VS2010

    Hi, Thanks for reporting this problem. As the 1.45 release is only just hatched and you're the only person to report this problem, I've still yet to establish whether this is something specific to your environment or more or a wider issue. I haven't been able to reproduce either of the issues o…

  14. Support for NUnit's ISolutionBuilder and TestSuite

    Hi Fabio - Thanks for posting! And thank you for sharing the source code of this project, this made the problem easier to analyse and understand. To generally give context, NUnit AddIns are not officially supported by NCrunch for the following reasons: - They allow test constructions that ar…

  15. NCrunch popup window on task bar

    For anyone interested, a fix for this problem has been introduced with the newly released version of NCrunch (v1.45).

  16. Fail on private TestInitialize

    For anyone interested, a fix for this problem has been introduced with the newly released version of NCrunch (v1.45).

  17. Renaming of the project leads to error

    For anyone interested, a fix for this problem has been introduced with the newly released version of NCrunch (v1.45).

  18. (Minor) NCrunch leaves redundant files when renaming projects/solutions

    For anyone interested, a fix for the above problem (rename of projects) has been introduced with the newly released version of NCrunch (v1.45).

  19. Code Coverage not respecting ExcludeFromCodeCoverage

    For anyone interested, support for the ExcludeFromCodeCoverage attribute has been introduced with the newly released version of NCrunch (v1.45).

  20. Code coverage flakiness

    For anyone interested, a fix for this problem has been introduced with the newly released version of NCrunch (v1.45).