-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Description
As of EF Core 10 support for LeftJoin is built into the framework and the method from LinqKit is no longer needed and accually causes ambiguous errors if I need LeftJoin and Invoke support in the same file:
The call is ambiguous between the following methods or properties: 'System.Linq.Queryable.LeftJoin<TOuter, TInner, TKey, TResult>(System.Linq.IQueryable<TOuter>, System.Collections.Generic.IEnumerable<TInner>, System.Linq.Expressions.Expression<System.Func<TOuter, TKey>>, System.Linq.Expressions.Expression<System.Func<TInner, TKey>>, System.Linq.Expressions.Expression<System.Func<TOuter, TInner?, TResult>>)' and 'LinqKit.ExtensionsCore.LeftJoin<TOuter, TInner, TKey, TResult>(System.Linq.IQueryable<TOuter>, System.Collections.Generic.IEnumerable<TInner>, System.Linq.Expressions.Expression<System.Func<TOuter, TKey>>, System.Linq.Expressions.Expression<System.Func<TInner, TKey>>, System.Linq.Expressions.Expression<System.Func<TOuter, TInner, TResult>>)'
magicxor, alexeyb0, mikernet and olofalmqvist
Metadata
Metadata
Assignees
Labels
No labels