dynamicexpresso / DynamicExpresso

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

Adding fuller support for resolving anonymous type data on a dynamic object #258

Closed holdenmai closed 1 year ago

holdenmai commented 1 year ago

Issue #93

The major change made with this is that rather than performing the binding, somewhat greedily, on typeof(object), we leverage the actual instance present in the CallSiteBinder args parameter to get the actual type as late as possible.

metoule commented 1 year ago

LGTM, thanks again for all your contributions! @davideicardi I'll let you have a look as well :)