The current release infinite loops on this snippet
[Test]
public void Detect_identifiers_bug_test()
{
var target = new Interpreter(InterpreterOptions.DefaultCaseInsensitive | InterpreterOptions.LateBindObject);
var detectedIdentifiers = target.DetectIdentifiers("ago(w(counter_lastts_chest_game_over_bonus)).minutes<1");
}
The master branch as it is right now has it fixed, so i'm assuming that's either a9bdac0 or 85270ac
A new release would be adivisable as users updating the nuget package might face this issue live.
The current release infinite loops on this snippet
The master branch as it is right now has it fixed, so i'm assuming that's either a9bdac0 or 85270ac
A new release would be adivisable as users updating the nuget package might face this issue live.