Closed waclaw66 closed 2 years ago
After PR #210, there's a different exception:
System.ArgumentException : Type System.Collections.Generic.IEnumerable`1[T] contains generic parameters (Parameter 'type') TypeUtils.ValidateType(Type type, String paramName, Int32 index) TypeUtils.ValidateType(Type type, String paramName, Boolean allowByRef, Boolean allowPointer) Expression.Constant(Object value, Type type) Parser.PromoteExpression(Expression expr, Type type, Boolean exact) line 2182
The last test fails with
Expression of type 'System.Collections.Generic.IEnumerable`1[T]' cannot be used for parameter of type 'System.Collections.Generic.IEnumerable`1[System.Object]' of method 'Boolean Any[Object](System.Collections.Generic.IEnumerable`1[System.Object])'