koenbeuk / EntityFrameworkCore.Projectables

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

Fix eager includes of skip navigations #92

Closed zoriya closed 8 months ago

zoriya commented 8 months ago

Same as #90 but for skip navigations (turns out GetNavigations() does not return them).

koenbeuk commented 8 months ago

Thanks!