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