You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension methods in EnumerableExtensions should not use Expression<Func<T, bool>> but Func<T,bool> as they run in memory and not against an IQueryable<T>
Extension methods in
EnumerableExtensionsshould not useExpression<Func<T, bool>>butFunc<T,bool>as they run in memory and not against anIQueryable<T>