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

Add .ConfigureAwait(false) to awaited calls #290

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

wazzamatazz
Copy link
Contributor

Fixes #289 by adding .ConfigureAwait(false) to all await calls in projects under the src directory.

@Turnerj Turnerj merged commit 87de169 into TurnerSoftware:main Jul 31, 2024
3 checks passed
@wazzamatazz
Copy link
Contributor Author

Thanks @Turnerj. Do you have a timeline for when the next release might be that will include this change? If unknown I can fork and do a custom build for my own use!

@wazzamatazz wazzamatazz deleted the configureawait branch August 1, 2024 08:25
@Turnerj
Copy link
Member

Turnerj commented Aug 1, 2024

I'm hoping to look at the other issues and PRs this week finally, life has been so hectic the last several months. Once that is done, I'll cut a new release.

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.

Awaited method calls should explicitly specify ConfigureAwait behaviour
2 participants