Skip to content

v2.0.8

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 06 May 19:04
· 235 commits to master since this release

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)