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
System.Linq.Dynamic.Core.Exceptions.ParseException: Methods ontype 'User' arenot accessible
Stack Trace:
ExpressionParser.ParseMemberAccess(Typetype,Expressionexpression) line 1814ExpressionParser.ParseIdentifier() line 1058ExpressionParser.ParsePrimaryStart() line 843ExpressionParser.ParsePrimary() line 811ExpressionParser.ParseUnary() line 806ExpressionParser.ParseArithmetic() line 751ExpressionParser.ParseAdditive() line 718ExpressionParser.ParseShiftOperator() line 694ExpressionParser.ParseComparisonOperator() line 482ExpressionParser.ParseLogicalAndOrOperator() line 414ExpressionParser.ParseIn() line 325ExpressionParser.ParseAndOperator() line 308ExpressionParser.ParseOrOperator() line 290ExpressionParser.ParseLambdaOperator() line 270ExpressionParser.ParseNullCoalescingOperator() line 257ExpressionParser.ParseConditionalOperator() line 241ExpressionParser.Parse(TyperesultType,BooleancreateParameterCtor) line 156DynamicExpressionParser.ParseLambda(TypedelegateType,ParsingConfigparsingConfig,BooleancreateParameterCtor,ParameterExpression[]parameters,TyperesultType,Stringexpression,Object[]values) line 121DynamicExpressionParser.ParseLambda(ParsingConfigparsingConfig,BooleancreateParameterCtor,ParameterExpression[]parameters,TyperesultType,Stringexpression,Object[]values) line 98DynamicExpressionParser.ParseLambda(ParsingConfigparsingConfig,BooleancreateParameterCtor,TypeitType,TyperesultType,Stringexpression,Object[]values) line 357DynamicExpressionParser.ParseLambda(ParsingConfigparsingConfig,TypeitType,TyperesultType,Stringexpression,Object[]values) line 319DynamicExpressionParserTests.DynamicExpressionParser_ParseLambda_Operator_Less_Greater_With_Guids() line 1453
3. Fiddle or Project
Again, I have done changes in DynamicExpressionParserTests only locally.
4. Any further technical details
It is not working on the release version 1.3.8.
The text was updated successfully, but these errors were encountered:
In continuation of #759
1. Description
If I use public methods from my target type, I have the following exception:
Demo:
I try to parse the expression this way:
2. Exception
3. Fiddle or Project
Again, I have done changes in DynamicExpressionParserTests only locally.
4. Any further technical details
It is not working on the release version 1.3.8.
The text was updated successfully, but these errors were encountered: