Skip to content
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

Hanging UITheoryTestCase #44

Closed
weltkante opened this issue May 15, 2020 · 0 comments · Fixed by #47
Closed

Hanging UITheoryTestCase #44

weltkante opened this issue May 15, 2020 · 0 comments · Fixed by #47
Assignees
Labels
Milestone

Comments

@weltkante
Copy link

weltkante commented May 15, 2020

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.

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

@AArnott AArnott added this to the v1.0 milestone May 16, 2020
@AArnott AArnott self-assigned this May 16, 2020
@AArnott AArnott added the bug label May 16, 2020
AArnott added a commit that referenced this issue May 16, 2020
AArnott added a commit that referenced this issue Jan 5, 2023
Add machine-wide .NET install support off Windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants