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