Assess the impact of ConfigureAwait(false) on updates to data-bound notification entities
Open
area-global
customer-reported
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
See https://github.com/dotnet/efcore/issues/8898#issuecomment-1035923642
Triage: I'll take a look to see if it could make sense to do `ConfigureAwait(true)` for this path, like we did for `SaveChanges`. Otherwise we could consider some sort of per-query or context option to just do true everywhere, if we think that's important.
Also, look into `EnableCollectionSynchronization` can be recommended and where it works.
Contributor guide
Assessment
This issue has not been assessed yet.