FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix changed properties comparer by SimonCropp · Pull Request #1074 · VerifyTests/Verify.EntityFramework · GitHub

Fix changed properties comparer - #1074

Merged
SimonCropp merged 2 commits into
mainfrom
fix-changed-properties-comparer
Sep 23, 2026
Merged

SimonCropp merged 2 commits into
mainfrom
fix-changed-properties-comparer

Conversation

Copy link
Copy Markdown
Member

No description provided.

ChangedProperties compared original and current values with Equals. EF keeps a
snapshot copy of a collection's original value, so after Update() an unchanged
primitive collection was reported as modified with identical values. The
property's ValueComparer is now used, as EF does to detect changes.

Affects the ChangeTracker output and InMemory SaveChanges recording.
SimonCropp added this to the 15.5.0 milestone Sep 23, 2026
SimonCropp merged commit 562b489 into main Sep 23, 2026
4 checks passed
SimonCropp deleted the fix-changed-properties-comparer branch September 23, 2026 01:39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL