Forum member
latop2604
8 posts
Posts by latop2604
-
Problem with latest xUnit v3 (3.2.0)
I had this issue too while doing the net10 migration. The v5.20 fixed it. Thx
13 Nov 2025 14:20 UTC
-
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. 👍
14 Feb 2025 15:40 UTC
-
Microsoft.Testing.Platform support
Unfortunately my license is too old for 5.12 😭
13 Feb 2025 19:35 UTC
-
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…
12 Feb 2025 16:43 UTC
-
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…
11 Feb 2025 19:29 UTC
-
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] …
11 Feb 2025 19:08 UTC
-
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]…
11 Feb 2025 10:48 UTC
-
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…
10 Feb 2025 18:56 UTC