Bart De Smet 0171e2bad0 Use await using which now can bind to configured tasks. 6 سال پیش
..
Aggregate.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 سال پیش
All.cs 962fc99716 Style consistency for new code 6 سال پیش
Any.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 سال پیش
AppendPrepend.cs 962fc99716 Style consistency for new code 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 555dbb6810 Changing a few classes to private. 6 سال پیش
Concat.cs 962fc99716 Style consistency for new code 6 سال پیش
Contains.cs 962fc99716 Style consistency for new code 6 سال پیش
Count.cs 962fc99716 Style consistency for new code 6 سال پیش
DefaultIfEmpty.cs fab4165c01 Reduce code in DefaultIfEmpty. 6 سال پیش
Distinct.cs b2cc797263 Reduce code duplication in Distinct. 6 سال پیش
ElementAt.cs 962fc99716 Style consistency for new code 6 سال پیش
ElementAtOrDefault.cs 962fc99716 Style consistency for new code 6 سال پیش
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. 6 سال پیش
Except.cs ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. 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 962fc99716 Style consistency for new code 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 ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. 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 962fc99716 Style consistency for new code 6 سال پیش
LongCount.cs 962fc99716 Style consistency for new code 6 سال پیش
Lookup.cs 962fc99716 Style consistency for new code 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 b9f9514d57 Revert "Use only var when type is obvious." 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 b9f9514d57 Revert "Use only var when type is obvious." 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 ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. 6 سال پیش
SelectMany.cs d5aa7e28b0 Remove USE_AWAIT_FOREACH (always on now). 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 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 سال پیش
Sum.Generated.tt 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 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 ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. 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. 6 سال پیش
ToAsyncEnumerable.cs aa2430bb42 Check for cancellation in a few more places. 6 سال پیش
ToDictionary.cs 962fc99716 Style consistency for new code 6 سال پیش
ToEnumerable.cs 0980e87430 Avoiding heap-allocated closures 6 سال پیش
ToHashSet.cs 962fc99716 Style consistency for new code 6 سال پیش
ToList.cs 962fc99716 Style consistency for new code 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 962fc99716 Style consistency for new code 6 سال پیش
Utilities.cs d5aa7e28b0 Remove USE_AWAIT_FOREACH (always on now). 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 ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. 6 سال پیش
Zip.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 سال پیش