Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run xunit test case(source code) #2540

Open
sgalcheung opened this issue Jun 30, 2022 · 2 comments
Open

Cannot run xunit test case(source code) #2540

sgalcheung opened this issue Jun 30, 2022 · 2 comments

Comments

@sgalcheung
Copy link

sgalcheung commented Jun 30, 2022

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.
0b39da2307b7566a990ca71f0b290f1

development environment:
windows11
Rider2021.3.3
Rider comes with MSBuild

@sgalcheung sgalcheung changed the title Cannot run xunit test case Cannot run xunit test case(source code) Jun 30, 2022
@sgalcheung
Copy link
Author

sgalcheung commented Jul 4, 2022

I use VS and found that xunit.v3.core.tests is not xunit test project ,is it right?
image

@bradwilson
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants