Generate expression trees in compiled models (query filters, value converters) #29924
Labels
area-model-building
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
The compiled model currently has the limitation that expression tree lambdas cannot be rendered (e.g. query filters). The ongoing work on precompiled queries includes a visitor that can generate a faithful C# code representation from a LINQ expression tree, so we could possibly use that to remove the restriction.
From a conversation with @ajcvickers
The text was updated successfully, but these errors were encountered: