Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Add missing ConfigureAwait(false) calls #241

Merged
merged 2 commits into from
Apr 22, 2024
Merged

Add missing ConfigureAwait(false) calls #241

merged 2 commits into from
Apr 22, 2024

Conversation

NetherGranite
Copy link
Contributor

Closes #240 by adding ConfigureAwait(false) to all async calls in the HttpClientLibrary project. I assume no continuations in this repository need to be marshalled back to the original context.

@NetherGranite NetherGranite requested a review from a team as a code owner April 20, 2024 20:37
@NetherGranite
Copy link
Contributor Author

@microsoft-github-policy-service agree

@andrueastman andrueastman enabled auto-merge April 22, 2024 06:15
@andrueastman
Copy link
Member

Thanks for the contribution @NetherGranite

@andrueastman andrueastman merged commit a4f5db9 into microsoft:main Apr 22, 2024
7 checks passed
@NetherGranite NetherGranite deleted the missingConfigureAwaits branch April 22, 2024 22:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

ConfigureAwait(false) calls missing
2 participants