Closed MarkAD88 closed 1 year ago
Hello @MarkAD88 ,
Thank you for reporting, my developer will look at it.
Best Regards,
Jon
Hello @MarkAD88 ,
Just to let you know that a fix has been merged in our master.
It should be released either on November 7th or November 14th.
Best Regards,
Jon
Hello @MarkAD88 ,
The v5.0.12 has been released today.
Is it possible for you to double-check and let us know if my developer fixed this issue correctly?
Best Regards,
Jon
@JonathanMagnan,
I tested v5.0.12 with both my repro code and with a larger project where I originally found the bug. I can no longer reproduce the issue. Thank you for the prompt turnaround on the fix.
The eval library (v5.0.11) seems to have a problem when executing code that calls a method that supports a params list but only if the last value in the param list is a boolean. I've tested on both .NET 6 and .NET 7 and the results are the same.
The code below demonstrates the issue.
The exception thrown is as follows: