My Visual Studio does discover my Xunit tests, but "run all" (ctrl+R, A) doesn't run them. I can however manually select these tests to run them.
Console output:
========== Discover test finished: 2 found (0:00:01,6982309) ==========
------ Run test started ------
========== Run test finished: 0 run (0:00:01,8070484) ==========
In addition to XUnit I've installed xunit.runner.console and xunit.runner.visualstudio. I tested to confirm this on a fresh project. On my actual project the same occurs. Ctrl+R, A does run all MSTests, though.
Why doesn't "run all" work with XUnit?