After installing dotVariant I started to get a lot of ambiguity errors regarding System.Linq.EnumerableEx.IsEmpty and ModestTree.LinqExtensions.IsEmpty.
Ex:
Library/PackageCache/com.svermeulen.extenject@9.2.0-stcf3/Source/Runtime/TickableManager.cs(136,40): error CS0121: The call is ambiguous between the following methods or properties: 'System.Linq.EnumerableEx.IsEmpty<TSource>(System.Collections.Generic.IEnumerable<TSource>)' and 'ModestTree.LinqExtensions.IsEmpty<T>(System.Collections.Generic.IEnumerable<T>)'
After installing dotVariant I started to get a lot of ambiguity errors regarding
System.Linq.EnumerableEx.IsEmpty
andModestTree.LinqExtensions.IsEmpty
.Ex:
There are about 27 in total.