Forum member

JohnStov

7 posts

Posts by JohnStov

  1. Can't uninstall NCrunch if you've already uninstalled Visual Studio 2010

    Not a big issue, really... I've been having issues with VS2012, so I decided to uninstall it and the reinstall. Once I had uninstalled VS2012, I found that I could not uninstall NCrunch. The message says "Visual Studio 2012 was not detected on this system. If this is incorrect, you will nee…

  2. NUnit Async Tests not detected

    Yep, that worked. Thanks again.

  3. NUnit Async Tests not detected

    Thanks for the speedy response, I'll give it a try. Oh, and I forgot to say; Thanks for a great product, and for great service.

  4. NUnit Async Tests not detected

    Hi I've created some async unit tests using NUnit 2.6.2 and .NET 4.5 NUnit and the Resharper test runner run them fine, but NCrunch doesn't detect them. NCrunch clearly compiles the code ok, because it runs my synchronous test fine. I'm using Visual Studio 2012, NCrunch version 1.44.0.11. …

  5. Is VS 11 Beta supported?

    I had NCrunch installed for the VS11 Dev Preview, and I find that it still works in the Beta. However, when I converter all the projects in my solution to .NET 4.5, and reloaded it, "Enable NCrunch" is disabled in the NCrunch menu. I think the issue runs deeper though, because the Resharper te…

  6. exception when using Code Contracts

    Thanks, I'll give that a try.

  7. exception when using Code Contracts

    I think Code Contracts may also be causing NCrunch to build really slowly for me. I have quite a simple solution (3 smallish projects) that builds with Code Contracts. I only have runtime contract 7checking enabled for all the projects. When I enable NCrunch, the NCrunch process build the so…