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

Incompatibility with Test Explorer introduced in 3.0 #437

Closed
onionhammer opened this issue Jan 9, 2025 · 1 comment
Closed

Incompatibility with Test Explorer introduced in 3.0 #437

onionhammer opened this issue Jan 9, 2025 · 1 comment

Comments

@onionhammer
Copy link

onionhammer commented Jan 9, 2025

In visual studio code:

The issue stems from the xunit.runner.visualstudio NuGet package, starting with version 3.0.0-pre.42.

This happens because Test Explorer relies on the XUnit adapter to retrieve all necessary information, but the adapter does not provide the File Path in its output.

@AbhitejJohn, this is not a bug in our implementation. However, the same root cause is responsible for the issue [BUG] Test Explorer doesn't navigate to test: #1704.

To improve the reliability of Test Explorer, we need to redesign it to leverage Roslyn for retrieving test information, similar to how it works in Visual Studio.

Reference here: microsoft/vscode-dotnettools#1712 (comment)

@bradwilson
Copy link
Member

Dup #433

@bradwilson bradwilson closed this as not planned Won't fix, can't repro, duplicate, stale Jan 9, 2025
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