Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. No coverage for [SetUpFixture] class (NUnit)?

    NCrunch relies on normal NUnit logic to always call the code in SetUpFixtures, so the code will be run. However, as NCrunch doesn't have a test to actually represent the SetUpFixture itself, it won't record any code coverage for this path of execution. So in short, this is a known issue. Most l…

  2. Pricing

    Sorry Marc, I just re-read your post and realised I'd completely misread your question and given an almost completely off-topic answer. You were asking why the older version of NCrunch needs to expire - not what the future 70% of NCrunch holds. If I were to allow the old versions to remain unexp…

  3. Installer is not signed

    Hi Albert - Thanks for sharing this. You're absolutely right, and I'll be sorting this out very soon. Cheers, Remco

  4. Pricing

    Hi Marc, Thanks for sharing your thoughts on this. I've had a few people asking for details about what the 70% of the future of this product will hold, and the reasoning for disclosing this makes sense to me as I understand that the upgrade policy would encourage more people to jump on board bas…

  5. Global.asax.vb (66)#0: Reference required to assembly 'SimpleInjector, Version=1.5.0.12199, Culture=

    This sounds like an intermittent problem. If you can send the project through to my using the [url=http://www.ncrunch.net/Support/Contact]contact webform[/url], I'll take a look at it for you. Thanks! Remco

  6. I want to run tests in parallel at the test class granularity...

    Awesome, thanks for letting me know!

  7. Getting started

    Great to hear! This forum was hit by a seemingly well-known compatibility problem between ASP.NET and IE10. Thanks for bringing the issue to my attention. The new configuration option will require some core engine changes to make it work correctly. I'm confident of a clean solution, but the cha…

  8. NCrunch is failing to load my solution

    Great to hear! Not to worry about the version number. As long as the reinstallation works, I'm sure others will also find this thread and be able to solve the issue if they encounter it. I hope you enjoy the new version!

  9. NCrunch is failing to load my solution

    Hi, thanks for posting! This looks like an upgrade issue. The NCrunch test runner is having issues resolving the Gallio test frameworks, which suggests that there are files missing from the NCrunch install directory. The simple solution to this should be for you to uninstall all versions of N…

  10. Global.asax.vb (66)#0: Reference required to assembly 'SimpleInjector, Version=1.5.0.12199, Culture=

    Hi, thanks for posting! IOC containers and IL injectors/weavers often make use of custom assembly resolution logic, which sometimes conflicts with NCrunch's build integration. Although I'm not sure exactly how this injector component works, my first suggestion would be to try turning on the 'C…

  11. I want to run tests in parallel at the test class granularity...

    Something you might find is that if you set the port numbers from a static member, you may still end up with the same problem when NCrunch tries to run the tests in parallel across multiple processes. As there isn't really an easy way to share state between execution processes (and this would be …

  12. The process cannot access the file

    Hi, thanks for posting! NCrunch is carefully designed to isolate projects in 'workspaces', which are effectively just directories in a different area of your hard drive. In doing so, any activity from NCrunch shouldn't interfere with your foreground solution in Visual Studio, even though builds …

  13. I want to run tests in parallel at the test class granularity...

    Hi Ollie, Thanks for posting, and for offering your support to NCrunch by buying a license! I may have a magic trick to help you with this problem. It's the [url=https://www.ncrunch.net/documentation/reference_runtime-framework_overview]NCrunch.Framework.SerialAttribute[/url]. Any tests mark…

  14. license fees for non-profits

    Hi Alan, Thanks for posting! I'm afraid that right now there are no plans for non-profit or open source licenses, largely because with the business still being young, there are no resources available to administer such a scheme. Thanks for your interest. Cheers, Remco

  15. Pricing

    Hi Duncan, Thanks for taking the time to share your feedback and your consideration. I did my best to explain the reasoning behind NCrunch's pricing on a [url=http://blog.ncrunch.net/post/NCrunch-Pricing.aspx#id_35809734-07ba-4e3f-ab10-799b96d4a0fc]blog post comment[/url]. In summary, the mar…

  16. Getting started

    Thanks for your feedback. I also noticed the IE10 issues today in testing and I hope to have them resolved soon. I'll drop a note on this thread when the described configuration option has been added. Cheers, Remco

  17. Can't get log output from NHibernate with NCrunch.

    Good to know! Did you manage this using a custom build step? I'm wondering if it's an option worth suggesting to people as a more performance-friendly alternative to the 'Copy referenced assemblies to workspace' setting.

  18. Getting started

    Hi Alberto, Thanks for posting! devDept looks like a very interesting company and I appreciate the time you're investing to take a look at NCrunch. I hope that the tool will exceed your expectations through your trial! I'll try to answer your above issues as best I can in the order you've pr…

  19. Renaming Test Library

    This was probably caused by a race condition of some kind. Do let me know if you manage to find a way to reproduce it. Thanks! Remco

  20. Add project-level setting for running tests in parallel/sequential.

    There is a way around this. All the attributes that are defined in NCrunch.Framework.dll are basically just named shells, they aren't statically linked with the NCrunch code. NCrunch identifies the meaning of these attributes by their name. So if you create new attributes of your own that spe…