dynamicexpresso / DynamicExpresso

C# expressions interpreter
http://dynamic-expresso.azurewebsites.net/
MIT License
1.91k stars 364 forks source link

Call a custom method. The parameter is an expression #262

Closed syyqdsxfdmy closed 1 year ago

syyqdsxfdmy commented 1 year ago

hi,everyone I have a custom method as follows: image

I call it as follows, but an error is reported。 image

What should I do? Thank you

davideicardi commented 1 year ago

Can you try to create a small unit test to reproduce the error, with as little code as possible? thank you!

metoule commented 1 year ago

Analysis and reproduction code in the PR.