Forum member

AlanLTF

3 posts

Posts by AlanLTF

  1. Code coverage issue for XUnit

    I have a test that uses predefined MemberData and the Theory attribute. NCrunch executes and reports on the tests correctly, but the reports for code coverage do not reflect this.

  2. NCrunch File Permissions

    I was able to get it working by enabling "Copy referenced assemblies to workspace" and disabling "Include static references in workspace". I tried making it work using the additional files to include setting but that did not work. I do not like the idea of specifically adding a file in the project j…

  3. NCrunch File Permissions

    I am using the Winnovative HTML to PDF library and am finding that NCrunch is throwing the error below when executing tests that call out to this library. The tests run without error in Visual Studio's test runner. Is there a special permission I need to add? [code=plain]System.Exception: Could n…