scottksmith95 / LINQKit

LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users.
MIT License
1.62k stars 162 forks source link

Support all expressions #178

Closed TheConstructor closed 1 year ago

TheConstructor commented 1 year ago

I tried to use LINQKit to generate complex Expressions in a serialization-context that profits from the abilities LINQKit provides. Sadly we do use BlockExpression, TryExpression, LoopExpression and BlockExpression. I did my best to write support for them and may find time next week to contribute tests, too.

TheConstructor commented 1 year ago

Superseded by #182