Bart De Smet 8be4811163 Moving to Async naming convention. %!s(int64=7) %!d(string=hai) anos
..
Amb.cs 3a3c59ba42 Change signature of Clone. %!s(int64=7) %!d(string=hai) anos
Buffer.cs 3a3c59ba42 Change signature of Clone. %!s(int64=7) %!d(string=hai) anos
Catch.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. %!s(int64=7) %!d(string=hai) anos
Concat.cs 3a3c59ba42 Change signature of Clone. %!s(int64=7) %!d(string=hai) anos
Defer.cs 1ddf353701 Rewrite Defer to be lazy in all cases. %!s(int64=7) %!d(string=hai) anos
Distinct.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. %!s(int64=7) %!d(string=hai) anos
DistinctUntilChanged.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. %!s(int64=7) %!d(string=hai) anos
Do.cs 3a3c59ba42 Change signature of Clone. %!s(int64=7) %!d(string=hai) anos
Expand.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. %!s(int64=7) %!d(string=hai) anos
Finally.cs 3a3c59ba42 Change signature of Clone. %!s(int64=7) %!d(string=hai) anos
Generate.cs 3a3c59ba42 Change signature of Clone. %!s(int64=7) %!d(string=hai) anos
IgnoreElements.cs 3a3c59ba42 Change signature of Clone. %!s(int64=7) %!d(string=hai) anos
IsEmpty.cs 8be4811163 Moving to Async naming convention. %!s(int64=7) %!d(string=hai) anos
Max.cs 8be4811163 Moving to Async naming convention. %!s(int64=7) %!d(string=hai) anos
MaxBy.cs 8be4811163 Moving to Async naming convention. %!s(int64=7) %!d(string=hai) anos
Merge.cs 3a3c59ba42 Change signature of Clone. %!s(int64=7) %!d(string=hai) anos
Min.cs 8be4811163 Moving to Async naming convention. %!s(int64=7) %!d(string=hai) anos
MinBy.cs 8be4811163 Moving to Async naming convention. %!s(int64=7) %!d(string=hai) anos
Never.cs f12d4482cc Minor edits of Never. %!s(int64=7) %!d(string=hai) anos
OnErrorResumeNext.cs 3a3c59ba42 Change signature of Clone. %!s(int64=7) %!d(string=hai) anos
Repeat.cs 3a3c59ba42 Change signature of Clone. %!s(int64=7) %!d(string=hai) anos
Retry.cs 07a9483ed7 Share some code and streamline exceptions. %!s(int64=7) %!d(string=hai) anos
Return.cs 5e94397dee Add support for IAsyncListProvider to Return. %!s(int64=7) %!d(string=hai) anos
Scan.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. %!s(int64=7) %!d(string=hai) anos
SelectMany.cs 07a9483ed7 Share some code and streamline exceptions. %!s(int64=7) %!d(string=hai) anos
StartWith.cs 07a9483ed7 Share some code and streamline exceptions. %!s(int64=7) %!d(string=hai) anos
Throw.cs 30e9bf266f Fix Throw factory. %!s(int64=7) %!d(string=hai) anos
Timeout.cs 3a3c59ba42 Change signature of Clone. %!s(int64=7) %!d(string=hai) anos
Using.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. %!s(int64=7) %!d(string=hai) anos