You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewInvalidOperationException($"Invoke cannot evaluate LambdaExpression from '{target}'. Ensure that your function/property/member returns LambdaExpression");
@@ -118,6 +115,11 @@ protected override Expression VisitMethodCall(MethodCallExpression m)
118
115
vartarget=m.Arguments[0];
119
116
varlambda=EvaluateTarget(target);
120
117
118
+
if(lambda==null)
119
+
{
120
+
thrownewInvalidOperationException($"Invoke cannot evaluate LambdaExpression from '{target}'. Ensure that your function/property/member returns LambdaExpression");
0 commit comments