Forum member

GreenMoose

511 posts

Posts by GreenMoose

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

    Yes that sounds like a working solution. (ReSharper uses a similar functionality with their code annotation attributes. In addition they have a "copy default implementation to clipboard" and also an option of using a custom namespace e.g. "MyApp.Utils.ReSharperAnnotations").

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

    Problem with that solution is that we then need NCrunch to get project compiled (including on integration server, devs not running NCrunch etc.) which I don't think is a good option unfortunately.

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

    Suppose I have 1 test project with integration tests communicating with a database which I do not want to run in parallel due to deadlocks etc. And X other test projects that I do want to run in parallel. I would then appreciate a project-specific setting that forces NCrunch to run tests in that …

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

    Hrm, when setting "Copy referenced assemblies to workspace" to True it display log output from NHibernate (as expected). Should this be necessary?

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

    [1.41.0.50b]/VS2010/NUnit I have a test using NHibernate that outputs a bunch of NHibernate-specific logging (sql statements etc.) when I run it via ReSharper's test runner or NUnit's GUI runner. Example: [code=plain] log4net: XmlHierarchyConfigurator: Configuration update mode [Merge]. ... 1…

  6. "Pin" items in metrics window.

    I work on a legacy project where not everything is 100% covered and want at least new introduced classes to be covered 100%. I therefore would appreciate some kind of "pin item" on e.g. file level that would show metrics for the pinned items maybe in a separate window or at the top/bottom of the me…

  7. Build upon save / continue build of old snapshot.

    I have a large unit test project which takes ~30secs to build according to NCrunch process window. I would appreciate some feature so I can trigger the build upon save, or if the build has some "grace period" before collection new changes, so I can continue working while the build is running but sti…

  8. ccrewrite (0)#0: Rewrite aborted due to metadata errors. Check output window

    [quote=Remco;2412] Most likely the code contracts rewriter was expecting the indirect dependency to exist in the same directory as the project being built, which would probably only be the case if the 'Copy referenced assemblies to workspace' setting was enabled.[/quote] It did not help enabling th…

  9. ccrewrite (0)#0: Rewrite aborted due to metadata errors. Check output window

    Worth noting is that the project does have a dll file in the NCrunch workspace so the build seems to work? >Does the project build correctly in NCrunch if you turn off the 'Allow dynamic code contract checking' option in your NCrunch project-level configuration? Yes >What happens if you ena…

  10. ccrewrite (0)#0: Rewrite aborted due to metadata errors. Check output window

    [1.40.0.24b] Trying to get NCrunch to play nicely with my solution with code contracts (for the NCrunch config, only runtime enabled and "Contract Reference Assembly" set to DoNotBuild). I started to receive the following build errors, I can build same configuration just fine in vstudio 2010 a…

  11. Any plans to support NCrunch with enabled code contracts?

    Hi, Found the older thread http://forum.ncrunch.net/yaf_postst110_exception-when-using-Code-Contracts.aspx but couldn't reply in that one so I created this new one. I tried out NCrunch but unfortunately I get same error popups as stated in the above thread (makes it impossible to use). I don't…