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