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