Forum member

ashmind

4 posts

Posts by ashmind

  1. Show MbUnit [Row] entries separately in the NCrunch Tests window

    Right now it is hard to tell which [Row] failed without looking into the details. It would be much better if separate [Row] were shown separately and the failed test name included [Row] parameters. Thanks.

  2. Problem building test assembly in 1.36b

    Hi Remco, I have found one issue with custom tasks not being included into AdditionalFilesToInclude. After I did that, I tried MSbuild in the workspace dir, and it complained about: "C:\Users\me\AppData\Local\NCrunch\4360\454\CodeFolder1\CodeFolder2\Tests\Tests.csproj" (default target) (1) -> …

  3. Problem building test assembly in 1.36b

    Hi, I just remembered that CommonTestActions is my own custom target. It is defined in a separate *.targets file (included in the same project as a <None /> item as well). I tried adding it to the AdditionalFilesToInclude but it still does not build. See bug report as well ("CommonTestActions …

  4. Problem building test assembly in 1.36b

    In previous versions, tests didn't run, but assembly was built successfully. Now I am getting the error (0): The target "CommonTestActions" does not exist in the project. Thanks in advance.