Bart De Smet 568e78fee4 Implement Average overloads with selector. 7 سال پیش
..
Aggregate.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
All.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
Any.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
AppendPrepend.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. 7 سال پیش
Average.Generated.cs 568e78fee4 Implement Average overloads with selector. 7 سال پیش
Average.Generated.tt 568e78fee4 Implement Average overloads with selector. 7 سال پیش
Average.cs 568e78fee4 Implement Average overloads with selector. 7 سال پیش
Cast.cs 3a3c59ba42 Change signature of Clone. 7 سال پیش
Concat.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
Contains.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
Count.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
DefaultIfEmpty.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
Distinct.cs 3a3c59ba42 Change signature of Clone. 7 سال پیش
ElementAt.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
ElementAtOrDefault.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
Empty.cs af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 سال پیش
Except.cs 3a3c59ba42 Change signature of Clone. 7 سال پیش
First.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
FirstOrDefault.cs af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 سال پیش
ForEach.cs c52d01bcc2 Stylistic nit. 7 سال پیش
GroupBy.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 سال پیش
GroupJoin.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 سال پیش
Grouping.cs 67cb696b45 Clean up Grouping. 7 سال پیش
Intersect.cs 3a3c59ba42 Change signature of Clone. 7 سال پیش
Join.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 سال پیش
Last.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
LastOrDefault.cs af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 سال پیش
LongCount.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
Lookup.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 سال پیش
Max.Generic.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 سال پیش
Max.Primitive.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 سال پیش
Max.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
Min.Generic.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 سال پیش
Min.Primitive.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 سال پیش
Min.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
MinMax.Generated.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
MinMax.Generated.tt 8be4811163 Moving to Async naming convention. 7 سال پیش
OfType.cs 3a3c59ba42 Change signature of Clone. 7 سال پیش
OrderBy.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 سال پیش
OrderedAsyncEnumerable.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
Range.cs af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 سال پیش
Repeat.cs 3a3c59ba42 Change signature of Clone. 7 سال پیش
Reverse.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
Select.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 سال پیش
SelectMany.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 سال پیش
SequenceEqual.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
Single.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
SingleLinkedNode.cs b53998f1d6 More code cleanup. 7 سال پیش
SingleOrDefault.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
Skip.cs 3a3c59ba42 Change signature of Clone. 7 سال پیش
SkipLast.cs 3a3c59ba42 Change signature of Clone. 7 سال پیش
SkipWhile.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 سال پیش
Sum.Generated.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
Sum.Generated.tt 8be4811163 Moving to Async naming convention. 7 سال پیش
Take.cs cfd11d1c62 Adding BCL style exception factories. 7 سال پیش
TakeLast.cs 3a3c59ba42 Change signature of Clone. 7 سال پیش
TakeWhile.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 سال پیش
ToArray.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
ToAsyncEnumerable.cs 3a3c59ba42 Change signature of Clone. 7 سال پیش
ToDictionary.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
ToEnumerable.cs 92515218cc Fix ToEnumerable's use of ValueTask. 7 سال پیش
ToHashSet.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
ToList.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
ToLookup.cs 8be4811163 Moving to Async naming convention. 7 سال پیش
ToObservable.cs cfd11d1c62 Adding BCL style exception factories. 7 سال پیش
Union.cs 3a3c59ba42 Change signature of Clone. 7 سال پیش
Where.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 سال پیش
Zip.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 سال پیش