All, Any, IsEmpty, MaxBy, MinBy, SequenceEqual, ToDictionary, ToLookup #88
Annotations
10 errors
build-dotnet
Using the generic type 'IEnumerable<T>' requires 1 type arguments
|
build-dotnet
Using the generic type 'IEnumerator<T>' requires 1 type arguments
|
build-dotnet
'IEnumerable' in explicit interface declaration is not an interface
|
build-dotnet
'Lookup<TKey, TElement>' does not implement interface member 'IEnumerable.GetEnumerator()'. 'Lookup<TKey, TElement>.GetEnumerator()' cannot implement 'IEnumerable.GetEnumerator()' because it does not have the matching return type of 'IEnumerator'.
|
build-dotnet
Using the generic type 'IEnumerable<T>' requires 1 type arguments
|
build-dotnet
Using the generic type 'IEnumerator<T>' requires 1 type arguments
|
build-dotnet
'IEnumerable' in explicit interface declaration is not an interface
|
build-dotnet
'Lookup<TKey, TElement>.Grouping' does not implement interface member 'IEnumerable.GetEnumerator()'. 'Lookup<TKey, TElement>.Grouping.GetEnumerator()' cannot implement 'IEnumerable.GetEnumerator()' because it does not have the matching return type of 'IEnumerator'.
|
build-dotnet
Using the generic type 'IEnumerable<T>' requires 1 type arguments
|
build-dotnet:
src/R3/Operators/ToLookupAsync.cs#L139
Using the generic type 'IEnumerator<T>' requires 1 type arguments
|