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 година