Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

nohwnd
Copy link
Member

@nohwnd nohwnd commented Aug 8, 2023

Fix #4592

VSTest console wrapper apis are not following the rules of good async APIs, they don't internally use the async apis for communication, and start session just plain does not work because it awaits before it attempts to connect.

We don't have a plan to fix them, and would have to change the public apis when we do this redesign, marking them as obsolete, with one exception of the postProcessingAsync API which does not have a sync equivalent.

@nohwnd nohwnd merged commit c8447e7 into microsoft:main Aug 10, 2023
This was referenced Jul 22, 2025
This was referenced Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Async APIs not working
2 participants