koenbeuk / EntityFrameworkCore.Projectables

Project over properties and functions in your linq queries
MIT License
260 stars 17 forks source link

Fix interface property lookup in generic method #72

Closed rhodon-jargon closed 1 year ago

rhodon-jargon commented 1 year ago

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 commented 1 year ago

Looks good, thanks!