dotnet / dotnet/efcore

Assess the impact of ConfigureAwait(false) on updates to data-bound notification entities

Open
#27,533 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.