Skip to content

v4.0.76

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 02 Mar 13:49
· 1 commit to master since this release

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 as IEnumerable<T>, we will now convert automatically to a List<T> instead of throwing an error. But the list will only use a ToList if not already a list, otherwise a cast will be done

Trial unlocked until the end of March