System.Ben icon indicating copy to clipboard operation
System.Ben copied to clipboard

Test suite hangs

Open Porges opened this issue 7 years ago • 1 comments

Repro steps

Check out code, then:

cd System.Ben\tests
dotnet restore
dotnet build
dotnet test

Expected behavior

Tests run successfully.

Actual behavior

Test suite hangs, after:

Build started, please wait...
Build completed.

Test run for C:\Users\george\Desktop\System.Ben\tests\bin\Debug\netstandard1.0\System.Ben.Tests.dll(.NETStandard,Version=v1.0)
Microsoft (R) Test Execution Command Line Tool Version 15.0.0.0
Copyright (c) Microsoft Corporation.  All rights reserved.

Starting test execution, please wait...
Could not find testhost.dll for source 'C:\Users\george\Desktop\System.Ben\tests\bin\Debug\netstandard1.0\System.Ben.Tests.dll'. Make sure test project has a nuget reference of package "microsoft.testplatform.testhost".

Known workarounds

None known.

Porges avatar Mar 22 '17 00:03 Porges

Possibly related to #13, can someone confirm?

IDisposable avatar Mar 22 '17 00:03 IDisposable