v4.0.75
Download the library here
- FIXED: Issue with
Xamarin
platform caused by theDynamicAnonyousType
initialization. The issue still exists, however will only happen when really usingAnonymous Type
and not by default. - ADDED: If the return type is a
List<T>
but the return of the expression is not a list but another type such asIEnumerable<T>
, we will now convert automatically to aList<T>
instead of throwing an error.
Trial unlocked until the end of March