Missing ConfigureAwait(false) for ToListAsync and related async terminating operators #32449
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Milestone
Our ToListAsync() implementation doesn't do
ConfigureAwait(false)
like the rest of the EF code. This wasn't flagged by the analyzer, sinceawait foreach
specifically currently isn't covered by CA2007 - that's already been fixed (dotnet/roslyn-analyzers#6652) but not yet released.Flagged by @lkomanetz in #28159 (comment).
The text was updated successfully, but these errors were encountered: