I am using X unit framework in .NET test project and suddenly the test explorer stopped running all tests, but just a part of them(literally did nothing different for it to stop working).
I tried to clean, rebuild solution and update nugget packages, but it's still doing the same thing - every time different number of tests stay not run.
Recently updated to VS 2022 and had no issue till now.
This is the proj file -
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="NBuilder" Version="6.1.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
Can you please advice what I can try to sort this out?
Thanks