Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query: audit uses of entityType.GetViewOrTableMappings().Single (OrDefault) in the query pipeline. #35466

Open
maumar opened this issue Jan 14, 2025 · 0 comments

Comments

@maumar
Copy link
Contributor

maumar commented Jan 14, 2025

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.

@maumar maumar self-assigned this Jan 14, 2025
@maumar maumar added this to the Backlog milestone Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant