Bart De Smet 1d87e7a0ae Fix CancellationToken overloads of ForEachAsync. 6 anni fa
..
Aggregate.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
All.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
Any.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
AppendPrepend.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. 7 anni fa
Average.Generated.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 anni fa
Average.Generated.tt 0171e2bad0 Use await using which now can bind to configured tasks. 6 anni fa
Cast.cs 490e2dd857 Use async iterators for Cast. 6 anni fa
Concat.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
Contains.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
Count.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
DefaultIfEmpty.cs fab4165c01 Reduce code in DefaultIfEmpty. 6 anni fa
Distinct.cs b2cc797263 Reduce code duplication in Distinct. 6 anni fa
ElementAt.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
ElementAtOrDefault.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. 6 anni fa
Except.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
First.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 anni fa
FirstOrDefault.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 anni fa
ForEach.cs 1d87e7a0ae Fix CancellationToken overloads of ForEachAsync. 6 anni fa
GroupBy.cs 7d459c9d85 Implementing more overloads of GroupBy. 6 anni fa
GroupJoin.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 anni fa
Grouping.cs 043997b2e7 Fix typo. 6 anni fa
Intersect.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
Join.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 anni fa
Last.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 anni fa
LastOrDefault.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
LongCount.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
Lookup.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
Max.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 anni fa
Min.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 anni fa
MinMax.Generated.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 anni fa
MinMax.Generated.tt 0171e2bad0 Use await using which now can bind to configured tasks. 6 anni fa
OfType.cs 7a0f4fe957 Use async iterators for OfType. 6 anni fa
OrderBy.cs 7f90a10101 Reduce code in OrderBy. 6 anni fa
OrderedAsyncEnumerable.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 anni fa
Range.cs 1144c88c20 Eliminate redundant code in Range. 6 anni fa
Repeat.cs aa2430bb42 Check for cancellation in a few more places. 6 anni fa
Reverse.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 anni fa
Select.Opt.Generated.cs 2b0cd8e161 Enabling optimizations for combining N selectors 6 anni fa
Select.Opt.Generated.tt 2b0cd8e161 Enabling optimizations for combining N selectors 6 anni fa
Select.Opt.cs 2b0cd8e161 Enabling optimizations for combining N selectors 6 anni fa
Select.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
SelectMany.cs 985dbf3750 Style consistency in new code. 6 anni fa
SequenceEqual.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 anni fa
Single.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 anni fa
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." 6 anni fa
SingleOrDefault.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 anni fa
Skip.cs 3a3c59ba42 Change signature of Clone. 7 anni fa
SkipLast.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 anni fa
SkipWhile.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 anni fa
Sum.Generated.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
Sum.Generated.tt 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
Take.cs cfd11d1c62 Adding BCL style exception factories. 7 anni fa
TakeLast.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 anni fa
TakeWhile.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
ToArray.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 anni fa
ToAsyncEnumerable.Observable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 anni fa
ToAsyncEnumerable.Task.cs 80b4afa2c0 Small tweak to Task<T> conversion code. 6 anni fa
ToAsyncEnumerable.cs aa2430bb42 Check for cancellation in a few more places. 6 anni fa
ToDictionary.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
ToEnumerable.cs 0980e87430 Avoiding heap-allocated closures 6 anni fa
ToHashSet.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
ToList.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
ToLookup.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 anni fa
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 anni fa
Union.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
Utilities.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
Where.Opt.Generated.cs be5d8bb438 Enabling optimizations for combining N predicates 6 anni fa
Where.Opt.Generated.tt be5d8bb438 Enabling optimizations for combining N predicates 6 anni fa
Where.Opt.cs be5d8bb438 Enabling optimizations for combining N predicates 6 anni fa
Where.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 anni fa
Zip.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 anni fa