-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Add fluent API for configuring value snapshot/comparison #10961
Labels
Comments
ajcvickers
added a commit
that referenced
this issue
Feb 14, 2018
Issue #9753 This is primarily focused at allowing providers to generate type mappings for non-primitive type mappings. It can also be used for non-primitive types that are used through value conversions, but #10961 covers adding fluent API for this. Also, this implementation does not attempt to address perf issues, but I added at note to #9422. I'm not happy with the name ValueComparer--we should discuss in API review.
ajcvickers
added a commit
that referenced
this issue
Feb 16, 2018
Issue #9753 This is primarily focused at allowing providers to generate type mappings for non-primitive type mappings. It can also be used for non-primitive types that are used through value conversions, but #10961 covers adding fluent API for this. Also, this implementation does not attempt to address perf issues, but I added at note to #9422. I'm not happy with the name ValueComparer--we should discuss in API review.
ajcvickers
added
consider-for-current-release
and removed
consider-for-current-release
labels
May 14, 2018
Is this fixed by 1dc1788? |
Duplicate of #18643 |
ajcvickers
added
closed-duplicate
and removed
area-change-tracking
type-enhancement
labels
Sep 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#9753 added support for DetectChanges to work with types that need a custom snapshot and/or equality comparison. This allows providers (e.g. for Postgres) to create type mappings with these things specified. This issue is about adding fluent API to make it easy for applications to specify equality/snapshot, which is important when using value conversions for model types that need such things.
The text was updated successfully, but these errors were encountered: