Skip to content

v3.0.4

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 12 Nov 18:10
· 12 commits to master since this release

Download the library here

  • ADDED: LINQ Dynamic now has an overload that allows using only string
list.Where(x => "x < 2"); // already supported
list.Where("x => x < 2"); // supported since v3.0.4

Trial unlocked for the current month (November)