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

Fixes tests to use the correct context to enable async refactor #413

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

marabooy
Copy link
Member

@marabooy marabooy commented Sep 4, 2024

Refactors tests and prepares code for #411

Moves all UI tests to use await async and removes the .Wait() call that could hide any async bugs or COM extension communication bugs. Fixes #412

Also introduces the use of Joinable task factory to switch to the background thread https://devblogs.microsoft.com/premier-developer/asynchronous-and-multithreaded-programming-within-vs-using-the-joinabletaskfactory/

@marabooy marabooy mentioned this pull request Sep 12, 2024
3 tasks
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.

Refactor Connected Service tests that are Synchronous to Match their execution Context.
2 participants