You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running tests in WinForms from command line hangs. These hangs do not happen when running tests from Visual Studio or via dotnet test. It looks like UITheoryTestCase doesn't get disposed.
Opening a console and changing working directory to the build output, the (reduced) command line used to run the tests is: dotnet exec --depsfile XUnitStaFactTest.deps.json --runtimeconfig XUnitStaFactTest.runtimeconfig.json "C:\Users\Tobias\.nuget\packages\xunit.runner.console/2.4.1/tools/netcoreapp2.0/xunit.console.dll" XUnitStaFactTest.dll -noautoreporters
The text was updated successfully, but these errors were encountered:
Running tests in WinForms from command line hangs. These hangs do not happen when running tests from Visual Studio or via
dotnet test
. It looks likeUITheoryTestCase
doesn't get disposed.I've isolated the hang to a standalone repo: https://github.com/weltkante/XUnitStaFactWinFormsHang
Opening a console and changing working directory to the build output, the (reduced) command line used to run the tests is:
dotnet exec --depsfile XUnitStaFactTest.deps.json --runtimeconfig XUnitStaFactTest.runtimeconfig.json "C:\Users\Tobias\.nuget\packages\xunit.runner.console/2.4.1/tools/netcoreapp2.0/xunit.console.dll" XUnitStaFactTest.dll -noautoreporters
The text was updated successfully, but these errors were encountered: