-
Notifications
You must be signed in to change notification settings - Fork 324
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
Dotnet test hangs when running on a multi-project solution #2025
Comments
Your issue looks similar to this. Please follow that thread for updates on fix for this. |
This issue was fixed in pr #2024 It is available in vstest platform version 16.1.1 Insertion into dotnet cli/sdk is pending on this pr dotnet/cli#11448 |
kwokkan
added a commit
to kwokkan/card-hero
that referenced
this issue
Dec 19, 2019
kwokkan
added a commit
to kwokkan/card-hero
that referenced
this issue
Dec 19, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @ruimaciel on Friday, May 24, 2019 11:46:29 AM
I've just upgraded to dotnet 2.2.300 and since the upgrade I've started experiencing a problem running unit tests.
I have multi-project solutions which store all unit tests in a dedicated subfolder, and when I run
dotnet test
in the solution directory the test project hangs with the following output:Oddly enough, if I run
dotnet test
within the directory of each unit test, everything works as expected.Here's the output of
dotnet --info
:Copied from original issue: dotnet/cli#11421
The text was updated successfully, but these errors were encountered: