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
When a Cancel/Abort is sent to the DesignModeClient before the custom host is launched(for debugging let's say) we tend to ignore this and continue on with sending out requests to the client to launch the custom host and continue with the workflow.
Steps to reproduce
Open a solution with some tests
Open Test Explorer
Run all tests, quickly cancel before tests are run.
From Test menu, Debug All, again quickly cancel in Test Explorer
Expected behavior
The test run should cancel even before the launch custom host is triggered.
Actual behavior
The workflow ignores the cancel/abort operations and continues on.
Description
When a Cancel/Abort is sent to the DesignModeClient before the custom host is launched(for debugging let's say) we tend to ignore this and continue on with sending out requests to the client to launch the custom host and continue with the workflow.
Steps to reproduce
Expected behavior
The test run should cancel even before the launch custom host is triggered.
Actual behavior
The workflow ignores the cancel/abort operations and continues on.
Environment
latest 15.7 dogfood build of VS.
Repro project: ManualTest_CSharp1.zip
Tracking bug in VS: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/595438
The text was updated successfully, but these errors were encountered: