Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try to parse lambda with function inside . #782

Closed
mahdiyar021 opened this issue Mar 13, 2024 · 0 comments
Closed

try to parse lambda with function inside . #782

mahdiyar021 opened this issue Mar 13, 2024 · 0 comments
Labels

Comments

@mahdiyar021
Copy link

mahdiyar021 commented Mar 13, 2024

1. Description

trying to call ExecuteUpdateAsync dynamicly so i created the expression but its not get parse .

var expression = DynamicExpressionParser.ParseLambda<SetPropertyCalls<T>, SetPropertyCalls<T>> (ParsingConfig.Default,true ,"x=>x.SetProperty(y=>y.IsRefreshTokenUsedProp,@0)", newValue);

Exception:
No property or field 'IsRefreshTokenUsedProp' exists in type 'SetPropertyCalls`1' (at index 22)

@mahdiyar021 mahdiyar021 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 13, 2024
@StefH StefH added the invalid label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants