benaadams / System.Ben

Who says you can't be super fast and super secure
MIT License
142 stars 23 forks source link

Test suite hangs #19

Open Porges opened 7 years ago

Porges commented 7 years ago

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.

IDisposable commented 7 years ago

Possibly related to #13, can someone confirm?