v4.0.76
Download the library here
- IMPROVED: The fix added in v4.0.75 (See the bold part). 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. But the list will only use aToList
if not already a list, otherwise a cast will be done
Trial unlocked until the end of March