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

Partial fix to type mapping inference for primitive collections #31110

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

roji
Copy link
Member

@roji roji commented Jun 20, 2023

This is a targeted fix to #31030, but larger type mapping inference problems still remain in the context of primitive collections (see #31109). The issue is that we were checking reference identity between type mappings to detect conflicting/incompatible inferred mappings, but that's two strict, as there could exist two type mapping instances which are equal. Switching to comparing the store type instead.

@ajcvickers should we consider implementing Equals on type mappings, so the we can also make sure that e.g. value converters don't differ?

Closes #31030

@roji roji requested review from ajcvickers and maumar June 20, 2023 09:49
@roji roji force-pushed the PrimitiveCollectionInference branch from 6dbbcc9 to be7d331 Compare June 20, 2023 10:49
@roji roji merged commit 532482d into dotnet:main Jun 21, 2023
7 checks passed
@roji roji deleted the PrimitiveCollectionInference branch June 21, 2023 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EF primitive collection - nested string comparison operations
2 participants