-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove inheritance from InternalEntityEntry (#24905)
I think this is a good change in of itself since the subtypes are even less useful now than when it was originally written, and it allows this type to be sealed. In addition, this is part of #13947, since the two subclasses will no longer cover the different ways of reading a property value.
- Loading branch information
1 parent
d277e0c
commit 260f3ab
Showing
20 changed files
with
167 additions
and
505 deletions.
There are no files selected for viewing
This file contains 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
48 changes: 0 additions & 48 deletions
48
src/EFCore/ChangeTracking/Internal/IInternalEntityEntryFactory.cs
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
src/EFCore/ChangeTracking/Internal/InternalClrEntityEntry.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.