-
Notifications
You must be signed in to change notification settings - Fork 331
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
Unhelpful/misleading error message #4194
Comments
The cc: @vitek-karas |
On my windows machine, I do have the .NET 6 x64 installed and I'm getting the same error message. Or, am I missing something?
|
The |
Correct, ran from Windows using WSL2 |
@DamianSuess could you please specify in more detail what you're trying to run (and where) and when do you get the failure? |
This occurs when attempting to run unit tests on VS2022 v17.5.0 Enterprise using the
The {
"version": "1",
"environments": [
{
"name": "WSL Ubuntu",
"type": "wsl",
"wslDistribution": "Ubuntu-20.04"
}
]
} Output from "Tests" after attempting to run any unit test (masked the namespace of course):
|
@MarcoRossignoli this is something you will have to look at, I have no idea how the testhost resolution works with the WSL target. |
Oh sorry I've misunderstood, now it's clear. @AbhitejJohn do you have some info on it? |
@DamianSuess : Could you also set logging level under Test->Options to "Diagnostics" and share the contents of Output->Tests with us please? Please feel free to log a developer community feedback ticket so uploading some of this information is easier in terms of privacy. |
@AbhitejJohn, I wish I had seen this request before shutting down yesterday because this morning it's "magically" working again. As a fellow dev, it bugs me to provide that kind of response & I'm trying to shake the tree w/ WSL and VSTest to reproduce the issue. |
net5.0
The text was updated successfully, but these errors were encountered: