On some systems, and not on others, in my office, it seems that the dotnet core is unstable, maybe something else (visual studio 2017 rc?) Is interfering, and the "dotnet test" commands that work elsewhere, hang (no output, no tests run, just freezes):
xUnit.net .NET CLI test runner (64-bit .NET Core win10-x64) Discovering: xyUnitTests Discovered: xyUnitTests Starting: xyUnitTests
I am trying to find out what is the reason for this. It blocks CI and developers. I believe that it will be possible to isolate and fix, and I ask about it if someone sees this, or if I find out, I will answer it so that others who are stuck here can peel off.
source share