zzzprojects / Eval-Expression.NET

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

Error null parameter #134

Closed vzsoft closed 2 years ago

vzsoft commented 2 years ago

hi i got error send null parameter in query object query = context.Execute(@"var ss=""""; return ss=={0} ? 1: 2;", new object[] { null });

Error : System.NullReferenceException: 'Object reference not set to an instance of an object.'

Version: 4.0.83

JonathanMagnan commented 2 years ago

Hello @vzsoft ,

Thank you for reporting, my developer is currently looking to fix this issue.

Best Regards,

Jon

JonathanMagnan commented 2 years ago

Hello @vzsoft ,

The v4.0.84 has been released.

Could you look at it and confirm that my developer fixed this issue correctly?

Best Regards,

Jon

vzsoft commented 2 years ago

Nice Work

thank you