When/how should we use ConfigureAwait(false)
throughout the Reqnroll code
#668
Unanswered
gasparnagy
asked this question in
Contributor Q&A
Replies: 1 comment 3 replies
-
My notes to that discussion: Statements to consider
My immediate thoughs on this: So in my opinion when we consider calling
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have extracted this discussion from PR #223 involving @clrudolphi @obligaron @304NotModified.
Basically there we said that https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca2007 suggests "Passing false is a good option for app-independent libraries."
We use waits throughout the code base heavily, so we should have an agreement when/how we should use
ConfigureAwait(false)
.Beta Was this translation helpful? Give feedback.
All reactions