Forum member

ArneG

3 posts

Posts by ArneG

  1. Missing test coverage dots across projects when referencing build output

    I am having a problem where code coverage is not reported across projects. [b]Setup[/b]: Projects in Solution: A (project for which test coverage is desired) A.Test (has project reference to A, and executes methods from A) [...other projects...] The DLL's produced from the projects a…

  2. Code coverage missing when using plain reference to project DLL

    [quote=Remco;8786]Hi, thanks for posting. The 'Implicit project dependencies' setting exists for a different purpose. This setting is intended to help you find the location of assemblies in the NCrunch workspace using your own code at runtime - it won't change NCrunch's assembly resolution logic…

  3. Code coverage missing when using plain reference to project DLL

    Given a solution with two projects, P and P.Test, if the project file for P.Test includes a project reference to P, coverage markers in P code turn green when a test in P.Test causes that code to execute. Fine. If I replace the project reference with a plain reference to the DLL built by the P pr…