anc-dev-lk

Results 3 comments of anc-dev-lk

> Knowing this, a workaround is possible: > > ```cs > bool isValid = query.Any("firstName.ToString() eq \"firstValue\""); > ``` > > Since basically any type derives from System.Object (except interfaces...

> Some further insights about what's going on here... > > The System.Linq.Dynamic.Core library is building an _System.Expressions.Expression_ tree from the string expression in `query.Any("firstName eq \"firstValue\"")`. The left-hand expression...

@StefH It is a bug. do you have any plan to fix that?