Hi, today I run into the same problem. The only thing that currently is helping is:
mgrundner;18047 wrote:As a workaround i currently do:
<!-- TODO: Remove this after NCrunch solved: -->
<PropertyGroup Label="https://forum.ncrunch.net/yaf_postst3559_xunit-v3--missing-xunit-v3-runner-inproc-console-net6-0.aspx">
<OutputType>Exe</OutputType>
<UseApphost>true</UseApphost>
</PropertyGroup>
<!-- TODO: Remove this after NCrunch solved: -->
<ItemGroup Label="https://forum.ncrunch.net/yaf_postst3559_xunit-v3--missing-xunit-v3-runner-inproc-console-net6-0.aspx" >
<PackageReference Include="xunit.v3.core" />
</ItemGroup>
in my util projects.
This works fine in ncrunch and from the command line. I currenlty don't care that the utility libs are outputed as exe's
Is this still an existing issue?
BTW: I can run all tests with VS Test Explorer.
NCrunch version: 5.15.0.4
Xunit: 2.0.3
xunit.runner.visualstudio: 3.1.1