-
Type: Sub-task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.8.0
-
Component/s: Linq
-
None
From Version 2.80 linq - command ANY works wrong.
To version 2.70 this command work as a expected
my simple query:
builder.Where(x => x.ProductTags.Any(y => y == productTag))
after upgrade to version 2.80 nothing returns.