Forum member

Sane

3 posts

Posts by Sane

  1. T4 and assembly references

    Hi, I have the following issue with NCrucnh building projects with T4. In our project we heavily use T4 code generation. While simple scenarios works perfect with ncrunch, other breaks ncrunch builds. We have T4 templates that depends on other project output dlls. The template loads these…

  2. ExclusivelyUsesAttribute on Test fixtures

    Hi, thanks for answer. Yes, it's a typo = ConcreteIntegrationTests inherits SomeCoolStuffTest as well. I'll monitor 'Exclusively used resources' column value and let you know if there are anything odd with it. Thanks, Alex

  3. ExclusivelyUsesAttribute on Test fixtures

    Does NCrunch recognize ExclusivelyUsesAttribute placed on an entire test fixture? In my project I have a separate base class for all integration tests, so I want that all test from all test fixtures that inherit integration base class are runned one by one. I try the following solution, but stil…