Bart De Smet 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
..
Aggregate.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
All.cs 962fc99716 Style consistency for new code 6 yıl önce
Any.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
AppendPrepend.cs 962fc99716 Style consistency for new code 6 yıl önce
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. 7 yıl önce
Average.Generated.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
Average.Generated.tt 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
Cast.cs 555dbb6810 Changing a few classes to private. 6 yıl önce
Concat.cs 962fc99716 Style consistency for new code 6 yıl önce
Contains.cs 962fc99716 Style consistency for new code 6 yıl önce
Count.cs 962fc99716 Style consistency for new code 6 yıl önce
DefaultIfEmpty.cs fab4165c01 Reduce code in DefaultIfEmpty. 6 yıl önce
Distinct.cs b2cc797263 Reduce code duplication in Distinct. 6 yıl önce
ElementAt.cs 962fc99716 Style consistency for new code 6 yıl önce
ElementAtOrDefault.cs 962fc99716 Style consistency for new code 6 yıl önce
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. 6 yıl önce
Except.cs ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. 6 yıl önce
First.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 yıl önce
FirstOrDefault.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
ForEach.cs 962fc99716 Style consistency for new code 6 yıl önce
GroupBy.cs 7d459c9d85 Implementing more overloads of GroupBy. 6 yıl önce
GroupJoin.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
Grouping.cs 043997b2e7 Fix typo. 6 yıl önce
Intersect.cs ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. 6 yıl önce
Join.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
Last.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 yıl önce
LastOrDefault.cs 962fc99716 Style consistency for new code 6 yıl önce
LongCount.cs 962fc99716 Style consistency for new code 6 yıl önce
Lookup.cs 962fc99716 Style consistency for new code 6 yıl önce
Max.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
Min.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
MinMax.Generated.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
MinMax.Generated.tt 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
OfType.cs b9f9514d57 Revert "Use only var when type is obvious." 6 yıl önce
OrderBy.cs 7f90a10101 Reduce code in OrderBy. 6 yıl önce
OrderedAsyncEnumerable.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
Range.cs b9f9514d57 Revert "Use only var when type is obvious." 6 yıl önce
Repeat.cs aa2430bb42 Check for cancellation in a few more places. 6 yıl önce
Reverse.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 yıl önce
Select.Opt.Generated.cs 2b0cd8e161 Enabling optimizations for combining N selectors 6 yıl önce
Select.Opt.Generated.tt 2b0cd8e161 Enabling optimizations for combining N selectors 6 yıl önce
Select.Opt.cs 2b0cd8e161 Enabling optimizations for combining N selectors 6 yıl önce
Select.cs ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. 6 yıl önce
SelectMany.cs d5aa7e28b0 Remove USE_AWAIT_FOREACH (always on now). 6 yıl önce
SequenceEqual.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
Single.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." 6 yıl önce
SingleOrDefault.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
Skip.cs 3a3c59ba42 Change signature of Clone. 7 yıl önce
SkipLast.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
SkipWhile.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
Sum.Generated.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 yıl önce
Sum.Generated.tt 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 yıl önce
Take.cs cfd11d1c62 Adding BCL style exception factories. 7 yıl önce
TakeLast.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce
TakeWhile.cs ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. 6 yıl önce
ToArray.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 yıl önce
ToAsyncEnumerable.Observable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 yıl önce
ToAsyncEnumerable.Task.cs 80b4afa2c0 Small tweak to Task<T> conversion code. 7 yıl önce
ToAsyncEnumerable.cs aa2430bb42 Check for cancellation in a few more places. 6 yıl önce
ToDictionary.cs 962fc99716 Style consistency for new code 6 yıl önce
ToEnumerable.cs 0980e87430 Avoiding heap-allocated closures 6 yıl önce
ToHashSet.cs 962fc99716 Style consistency for new code 6 yıl önce
ToList.cs 962fc99716 Style consistency for new code 6 yıl önce
ToLookup.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 yıl önce
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 yıl önce
Union.cs 962fc99716 Style consistency for new code 6 yıl önce
Utilities.cs d5aa7e28b0 Remove USE_AWAIT_FOREACH (always on now). 6 yıl önce
Where.Opt.Generated.cs be5d8bb438 Enabling optimizations for combining N predicates 6 yıl önce
Where.Opt.Generated.tt be5d8bb438 Enabling optimizations for combining N predicates 6 yıl önce
Where.Opt.cs be5d8bb438 Enabling optimizations for combining N predicates 6 yıl önce
Where.cs ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. 6 yıl önce
Zip.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 yıl önce