ExpressionTreeToString icon indicating copy to clipboard operation
ExpressionTreeToString copied to clipboard

Add test objects which use all the overloads of factory methods in System.Linq.Expressions.Expression

Open zspitz opened this issue 5 years ago • 0 comments

Currently the test objects cover all the factory methods, but ignore the specific overloads which take MethodInfo method implementation, LambdaExpression conversion, and which relate to lifted nodes.

While these specific overloads are returned for the appropriate expression in the factory methods renderer (#3), I haven't yet been able to create good test objects for them.

zspitz avatar Aug 24 '20 07:08 zspitz