Hello,
I wanted to test Linq v3 and after changing LingProvider option without any code changes I get this error:
System.InvalidOperationException: 'The LinqExtensions.Inject method is only intended to be used in LINQ Where clauses.'
Code:
collection.AsQueryable(new AggregateOptions { AllowDiskUse = true }).Where(x => filter.Inject())
Thanks!
Best regards
Dimitri