v4.0.42
Download the library here
- ADDED: Additional type in the
RegisterDefaultAliasSafe
and ``RegisterDefaultAliasUnsafe` method - ADDED:
AllowAddSubtractOperatorToCollection
option which allow to use+
and-
with list such as:
// similar to listInt.Add(10)
context.Execute("listInt + 10", new { listInt });
Trial unlocked until the end of May