Skip to content

Make async VSTestConsoleWrapper apis obsolete#4648

Merged
nohwnd merged 1 commit into
microsoft:mainfrom
nohwnd:make-async-apis-obsolete
Aug 10, 2023
Merged

Make async VSTestConsoleWrapper apis obsolete#4648
nohwnd merged 1 commit into
microsoft:mainfrom
nohwnd:make-async-apis-obsolete

Conversation

@nohwnd

@nohwnd nohwnd commented Aug 8, 2023

Copy link
Copy Markdown
Member

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 Jul 21, 2026
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