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