dynamicexpresso / DynamicExpresso

C# expressions interpreter

Home Page:http://dynamic-expresso.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API hangs on bad formula

jfroman opened this issue · comments

While this is not a proper formula, when evaluating the following expression "2()", the API hangs rather than throwing an error.

Fixed on version 0.8.1. Now throw an exception. The error was caused by a wrong "infinite loop".

We were able to test thoroughly and it's working perfectly now! Thanks for the quick fix! 👍