v2.0.8
Download the library here
FIXED: Null reference issue with null parameter (Issue #6)
Example
dynamic expandoObject = new ExpandoObject();
expandoObject.Property1 = false;
expandoObject.Property2 = null;
if (Eval.Execute<bool>(@"Property1 == null", expandoObject ))
{
Console.WriteLine(@"Property1 == true");
}
PRO Version unlocked for the current month (May)