Forum member

jpoehls

6 posts

Posts by jpoehls

  1. TypeLoadException for Xunit.ClassDataTrribute using Xunit 2.1.0.3179

    [quote=Remco;7889]Hi, thanks for sharing this issue. I think this is probably due to NCrunch not yet supporting Xunit 2.1 in v2.16. v2.17 of NCrunch is due out soon, and it includes integration with Xunit 2.1. Try downgrading to Xunit 2.0 to see if this resolves the issue.[/quote] Cool, …

  2. TypeLoadException for Xunit.ClassDataTrribute using Xunit 2.1.0.3179

    When I try to run tests that use Xunit's [ClassDataAttribute] I get this exception in NCrunch. I'm using the xunit.core 2.1.0.3179 NuGet package and NCrunch 2.16.0.13 in Visual Studio 2015. An error occurred while analysing this project after it was built: System.Exception: Exception during …

  3. Tests marked with [ExclusivelyUses] appear to be running concurently

    Makes sense to me, thanks!

  4. Tests marked with [ExclusivelyUses] appear to be running concurently

    It appears that my tests are running concurrently even though they are marked as exclusively using the same resource. I'm basing this assumption on the display of the test runner status and the fact that all the tests switch to 'failed' at the same time, as though running concurrently. (Note t…

  5. NCrunch doesn't recognize tests with XUnit's RunAsAttribute

    Thanks! So in XUnit v2 this is supported?

  6. NCrunch doesn't recognize tests with XUnit's RunAsAttribute

    NCrunch doesn't recognize any tests that use XUnit's RunAsAttribute (more info here: http://bricelam.net/2012/04/xunitnet-extensibility.html). Is there a way to have it recognize these?