-
Notifications
You must be signed in to change notification settings - Fork 14
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
"vstest.console process failed to connect to testhost process after 90 seconds" error #37
Comments
Hi
|
@kertak90 The VSTest adapter should not impact on tests runs. Try adding the argument |
i have the same problem. |
My observation:
|
I found a potential problem in the attached log:
Unfortunately cannot reproduce. Can someone share a minimal test project to reproduce? |
.. I will try. Is it possible that the problem is that I'm using .NET Core 2.2? I'm asking because one of the changes of 1.0.18 is this dependencies update: b1d1a6c ... where @txs-lars: Do you also use .NET Core 2.x? |
I use .Net Core 3.1 |
I get the same Error both in VS2019 and VS2017, across all solutions when trying to run tests.
|
How did you run tests? I mean .NET TeamCity runner or scripts? |
Try updating test SDK 'Microsoft.NET.Test.Sdk' to latest version for test projects |
@NikolayPianikov Updating VS made it work, weird issue. Thanks for the comment though. |
After updating to 1.0.18, I got the following errors in the TC run.
.NET Core Version: 2.2
The text was updated successfully, but these errors were encountered: