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
entityType.GetViewOrTableMappings().Single() / SingleOrDefault() is a pattern that we use in several places in our code. It can result in sequence contains more than one element in the entity splitting scenario (see #35293). We should make sure all the places where we use this pattern are correct.
The text was updated successfully, but these errors were encountered:
entityType.GetViewOrTableMappings().Single() / SingleOrDefault() is a pattern that we use in several places in our code. It can result in sequence contains more than one element in the entity splitting scenario (see #35293). We should make sure all the places where we use this pattern are correct.
The text was updated successfully, but these errors were encountered: