I'm using VS2022, all updates installed, and ncrunch 4.11.0.2. My projects are .net6 and xunit.
Every now and then, I will have a project where the ncrunch engine never stops initializing, or where it does finish initializing but does not see any of my tests (I have one like that right now). Is there any way to look into what might be happening?
The tests are discovered by the Test Explorer built into Visual Studio, and they are run by out Jenkins pipeline, so I know they are configured correctly.
Thank you in advance,
Don