Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Use of NUnit.Framework.RandomAttribute

    Hi John - NUnit's Random attribute generates Random test names, which cause confusion for NCrunch when trying to match up tests between its analysis and execution. You can make these tests work by setting your 'Framework Utilisation Type' for NUnit to 'StaticAnalysis' under your NCrunch solution…

  2. NCrunch 1.42.0.12 problem with VS 2012

    Hi Paul - I'm quite relieved to hear that you managed to fix this issue - I was starting to run out of easy things we could check :) All versions of Visual Studio have different caching habits around plugins. It looks as though you've managed to uncover one that I wasn't aware of. Thanks for…

  3. NCrunch 1.42.0.12 problem with VS 2012

    Would you be able to send me the full log file from the VS /log option? This will help with deducting how far NCrunch is getting into the initialisation process. You can post it through using the [url=http://www.ncrunch.net/support/contact]contact form[/url]. Something that would be useful is t…

  4. NCrunch 1.42.0.12 problem with VS 2012

    Thanks Paul. Can you also share which version of VS2012 you're using? It isn't the express edition is it?

  5. test data file not found

    Sorry - I made the mistake of thinking that this resource file originated from the test project itself, rather than a project referenced by it. This makes the solution a bit more limited and more complicated. The resource file will always be located relative to the assembly built from the projec…

  6. NCrunch 1.42.0.12 problem with VS 2012

    Hi Paul, Thanks for posting! At the moment there aren't any known issues of this sort (even with the new VS2012 update), so I'm wondering if you wouldn't mind me asking a few questions to better understand what is happening on your system. I presume you've done this already, but also make sure …

  7. Add the ability to ignore/hide a build

    Hi Jeff, Have a look at the [url=http://www.ncrunch.net/documentation/reference_project-configuration_ignore-this-component-completely]Ignore this component completely[/url] configuration setting. I have a feeling this may be what you are after. Cheers, Remco

  8. Hide 'excluded' from NCrunch Metrics

    A 'hide excluded' button on the toolbar would probably make sense here. I'll see what I can do. Cheers, Remco

  9. test data file not found

    Hi, thanks for posting! NCrunch emulates the behaviour of MSTest's sandboxing, so it will execute tests within a shadow copied directory that is positioned relative to the project file in the NCrunch workspace. So basically it creates a shadow copy of a shadow copy (confusing I know). You hav…

  10. TestFixtureSetUp not running for nested class, bug?

    Hi, thanks for posting! All actions in NCrunch revolve around the tests themselves, where fixtures are merely containers of tests. It isn't logically possible for an empty fixture to represented in NCrunch, and as such it will be ignored by NCrunch during test discovery. Every fixture in NCrunc…

  11. Build error in VS2010 with Async CTP

    Hi Dave - If you can provide the source, that would be fantastic - I should be able to reproduce this issue much faster with it! Cheers, Remco

  12. VS11 ShimNotSupportedException when using Shimming from Microsoft Fakes

    Hi Jeremy, Thanks for posting and I'm glad you're enjoying NCrunch! Introduction of support for Fakes is currently [url=http://www.ncrunch.net/support/frameworks]on the backlog for NCrunch V2[/url], so I'm afraid that this one looks like it will be quite a way out. Sorry. Cheers, Remc…

  13. Throws exception when using Ninject.Extensions.Conventions

    Hi Imran - I suspect this may be due to Ninject expecting the referenced assemblies to be co-located with the project's output assembly, which isn't always the case under NCrunch. There's a [url=http://www.ncrunch.net/documentation/considerations-and-constraints_assembly-colocation-assumptions]p…

  14. Build error in VS2010 with Async CTP

    Hi Dave, Thanks for posting! Does NCrunch work with this project if you set it up to run in [url=http://www.ncrunch.net/documentation/troubleshooting_compatibility-mode]compatibility mode[/url]? I suspect there may be something unique about this framework that NCrunch's behaviour is disruptin…

  15. Navigate to first file with compile error

    Hi, thanks for the suggestion! This one is on the backlog, along with the 'next failing test' navigation option. NCrunch could see some big improvements in this area that would be very valuable, so I am big on this idea. Cheers, Remco

  16. MSpec Tags are ignored with custom build engine.

    Thanks. I gave this one a spin but couldn't reproduce any problems. I'm wondering if perhaps we should take a closer look at your workflow. Do you switch engine modes very regularly, or queue tests manually at any time?

  17. Well done!

    This post made my day :) Thank you!!

  18. NCrunch + ReSharper

    I'm aware that ReSharper does have a way of monitoring memory consumption within Visual Studio, and I've been told that the consumption does usually also include memory allocated by NCrunch. At present there are no known memory leaks caused by NCrunch within the Visual Studio IDE, although natura…

  19. Chocolatey installer

    Thanks for the suggestion! I'll see what I can do. Cheers, Remco

  20. MSpec Tags are ignored with custom build engine.

    Thanks, this confirms that the problem is inside the test filtering and execution rather than the category recognition - with does help to narrow things down. I've done some extra testing at my end and couldn't reproduce any obvious problems around category filtering with this engine mode conditi…