zzzprojects / Eval-Expression.NET

C# Eval Expression | Evaluate, Compile, and Execute C# code and expression at runtime.
https://eval-expression.net/
Other
449 stars 86 forks source link

Null-conditional (?) operators not work #74

Closed vzsoft closed 4 years ago

vzsoft commented 4 years ago

Hi

i use Null-conditional (?) operators in x=>x.Child?.Name i got error

https://dotnetfiddle.net/2Jih3l

thank you

JonathanMagnan commented 4 years ago

Hello @vzsoft ,

Thank you for reporting, we will look at it.

Best Regards,

Jon

JonathanMagnan commented 4 years ago

Hello @vzsoft ,

The v3.1.12 has been released.

Let me know if everything is now working correctly.

vzsoft commented 4 years ago

thank you so much