Forum member

latop2604

8 posts

Posts by latop2604

  1. Problem with latest xUnit v3 (3.2.0)

    I had this issue too while doing the net10 migration. The v5.20 fixed it. Thx

  2. Microsoft.Testing.Platform support

    So, I tried the new version and ... everything work well now. xunitv3 template but also my real test project. Well done. Thx. Now I need to talk with my company for license update. By the way I have a mix of xunit v3 and not v3 in the sln, and everything still work. 👍

  3. Microsoft.Testing.Platform support

    Unfortunately my license is too old for 5.12 😭

  4. Microsoft.Testing.Platform support

    I tested the "Custom build properties" fix on the xunit.v3 template. And now it work as expected. 👍 But on my real app I still got an other build error. [quote]An error occurred while analysing this project after it was built: Unable to resolve an assembly required for the execution of Xunit…

  5. Microsoft.Testing.Platform support

    And by the way I tried with the xunit v3 template with no edit (https://www.nuget.org/packages/xunit.v3.templates) and Configuring NCrunch give me the same error. Step to repro: [code=bash] dotnet new install xunit.v3.templates mkdir testxunitv3 cd testxunitv3 dotnet new xunit3 dotnet new…

  6. Microsoft.Testing.Platform support

    Thx @Remco About [quote]It's a convention that Xunit v3 projects must be compiled as app hosts. You'll need to set this property on your test project otherwise you'll receive this error in NCrunch and any other runner. Actually, it's likely your project won't build at all without it.[/quote] …

  7. Microsoft.Testing.Platform support

    Ok, but do that mean there is no way to have both working at the same time? I use xUnit and tried to upgrade one of my test project to xUnit.v3 and the new test platform. Everything work fine. dotnet test/ dotnet run / vs Test Explorer. But I'm getting an error in NCrunch Tests panel. [quote]…

  8. Microsoft.Testing.Platform support

    Hello, According to a recent blog post from Microsoft, all major testing frameworks now support the new Microsoft.Testing.Platform. Unfortunately, this does not appear to be the case with NCrunch at present, which has become a blocker for us in migrating to this platform. Could you kindly c…