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
Copy file name to clipboardexpand all lines: src/System.Linq.Dynamic.Core/Res.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ internal static class Res
52
52
publicconststringNoParentInScope="No 'parent' is in scope";
53
53
publicconststringNoRootInScope="No 'root' is in scope";
54
54
publicconststringNullPropagationRequiresCorrectArgs="The 'np' (null-propagation) function requires 1 or 2 arguments";
55
-
publicconststringNullPropagationRequiresMemberExpression="The 'np' (null-propagation) function requires the first argument to be a MemberExpression";
55
+
publicconststringNullPropagationRequiresValidExpression="The 'np' (null-propagation) function requires the first argument to be a MemberExpression, ParameterExpression or MethodCallExpression";
0 commit comments