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
After installing dotVariant I started to get a lot of ambiguity errors regarding System.Linq.EnumerableEx.IsEmpty and ModestTree.LinqExtensions.IsEmpty.
Ex:
Library/PackageCache/[email protected]/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>)'
There are about 27 in total.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: