1
0
Bart De Smet af6a43d236 Use ValueTask for internal IAsyncPartition interface. 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 8be4811163 Moving to Async naming convention. 7 жил өмнө
Average.Generated.tt 8be4811163 Moving to Async naming convention. 7 жил өмнө
Average.cs cfd11d1c62 Adding BCL style exception factories. 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 жил өмнө