You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2018. It is now read-only.
Find() (added to EF Core in 1.1) can return objects already in memory without performing a database roundtrip. We are also unnecessarily using SingleOrDefault() in some cases in comparisons by key which would never return more than one row.