koenbeuk / EntityFrameworkCore.Projectables

Project over properties and functions in your linq queries
MIT License
297 stars 20 forks source link

Don't throw when out of accessible expressions #75

Closed koenbeuk closed 1 year ago

koenbeuk commented 1 year ago

When using conditional expressions without specifying a rewrite strategy, we would throw in some cases as it was expecting a rewrite strategy.

Fixes #73