xunit
xunit copied to clipboard
Cannot run xunit test case(source code)
When I build successful source code, everything is work well, but not found the run/debug button, right-click on the method and select run, but nothing happens.

development environment: windows11 Rider2021.3.3 Rider comes with MSBuild
I use VS and found that xunit.v3.core.tests is not xunit test project ,is it right?

For now, that is correct. We do not have VSTest support for v3 right now, which means:
- no
dotnet test - no Visual Studio Test Explorer
- no Visual Studio Code in-editor UI
This is a temporary situation that will be fixed once we get closer to releasing v3.