Bart De Smet 568e78fee4 Implement Average overloads with selector. 7 gadi atpakaļ
..
Aggregate.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
All.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
Any.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
AppendPrepend.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. 7 gadi atpakaļ
Average.Generated.cs 568e78fee4 Implement Average overloads with selector. 7 gadi atpakaļ
Average.Generated.tt 568e78fee4 Implement Average overloads with selector. 7 gadi atpakaļ
Average.cs 568e78fee4 Implement Average overloads with selector. 7 gadi atpakaļ
Cast.cs 3a3c59ba42 Change signature of Clone. 7 gadi atpakaļ
Concat.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
Contains.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
Count.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
DefaultIfEmpty.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
Distinct.cs 3a3c59ba42 Change signature of Clone. 7 gadi atpakaļ
ElementAt.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
ElementAtOrDefault.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
Empty.cs af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 gadi atpakaļ
Except.cs 3a3c59ba42 Change signature of Clone. 7 gadi atpakaļ
First.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
FirstOrDefault.cs af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 gadi atpakaļ
ForEach.cs c52d01bcc2 Stylistic nit. 7 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
Grouping.cs 67cb696b45 Clean up Grouping. 7 gadi atpakaļ
Intersect.cs 3a3c59ba42 Change signature of Clone. 7 gadi atpakaļ
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 gadi atpakaļ
Last.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
LastOrDefault.cs af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 gadi atpakaļ
LongCount.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
Max.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
Min.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
MinMax.Generated.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
MinMax.Generated.tt 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
OfType.cs 3a3c59ba42 Change signature of Clone. 7 gadi atpakaļ
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 gadi atpakaļ
OrderedAsyncEnumerable.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
Range.cs af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 gadi atpakaļ
Repeat.cs 3a3c59ba42 Change signature of Clone. 7 gadi atpakaļ
Reverse.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
SequenceEqual.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
Single.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
SingleLinkedNode.cs b53998f1d6 More code cleanup. 7 gadi atpakaļ
SingleOrDefault.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
Skip.cs 3a3c59ba42 Change signature of Clone. 7 gadi atpakaļ
SkipLast.cs 3a3c59ba42 Change signature of Clone. 7 gadi atpakaļ
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 gadi atpakaļ
Sum.Generated.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
Sum.Generated.tt 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
Take.cs cfd11d1c62 Adding BCL style exception factories. 7 gadi atpakaļ
TakeLast.cs 3a3c59ba42 Change signature of Clone. 7 gadi atpakaļ
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 gadi atpakaļ
ToArray.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
ToAsyncEnumerable.cs 3a3c59ba42 Change signature of Clone. 7 gadi atpakaļ
ToDictionary.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
ToEnumerable.cs 92515218cc Fix ToEnumerable's use of ValueTask. 7 gadi atpakaļ
ToHashSet.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
ToList.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
ToLookup.cs 8be4811163 Moving to Async naming convention. 7 gadi atpakaļ
ToObservable.cs cfd11d1c62 Adding BCL style exception factories. 7 gadi atpakaļ
Union.cs 3a3c59ba42 Change signature of Clone. 7 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ