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
In stryker-net we have not been able to upgrade the TestPlatform since 17.2.0 due to an infinite hang during test discovery.
We had not been able to investigate properly because it was only failing on azure devops for some reason.
I have finally had time to figure out why we weren't getting proper logs in the pipeline, and have found that the reason for the hang is that vstest.console.exe does seem to send the DiscoveryComplete but our wrapper is not receiving it.