Skip to content

Fix interface property lookup in generic method#72

Merged
koenbeuk merged 3 commits intoEFNext:masterfrom
rhodon-jargon:interface-support
May 4, 2023
Merged

Fix interface property lookup in generic method#72
koenbeuk merged 3 commits intoEFNext:masterfrom
rhodon-jargon:interface-support

Conversation

@rhodon-jargon
Copy link

A fix for my contribution in #57.

Previously, it was possible to return the wrong property from GetOverridingProperty (or throw an IndexOutOfBoundsException) in some cases if there were properties with only a get accessor or set accessor.

@koenbeuk koenbeuk merged commit b458c71 into EFNext:master May 4, 2023
@koenbeuk
Copy link
Collaborator

koenbeuk commented May 4, 2023

Looks good, thanks!

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.

2 participants