Bart De Smet f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
..
Aggregate.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
All.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
Any.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
Append.cs 8be4811163 Moving to Async naming convention. 7 éve
AsAsyncEnumerable.cs e7c1846962 Fixing AsAsyncEnumerable test. 7 éve
Average.Generated.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
Average.Generated.tt f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
Average.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
Cast.cs a46327f5ef Clean up some namespaces. 7 éve
Concat.cs 8be4811163 Moving to Async naming convention. 7 éve
Contains.cs 0d68831e0b ContainsAsync code coverage. 6 éve
Count.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
CreateEnumerable.cs 5838158e96 Clean up conversions. 6 éve
CreateEnumerator.cs 5838158e96 Clean up conversions. 6 éve
DefaultIfEmpty.cs a6574c0f2a DefaultIfEmpty unit test cleanup. 6 éve
Distinct.cs 8be4811163 Moving to Async naming convention. 7 éve
ElementAt.cs 9a644549b8 ElementAtAsync code coverage. 6 éve
ElementAtOrDefault.cs 368b760c2b ElementAtOrDefaultAsync code coverage, 6 éve
Empty.cs c4c86aa335 Empty code coverage. 6 éve
Except.cs cca4b7ec5a Rename Except and Intersect tests. 6 éve
First.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
FirstOrDefault.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
ForEachAsync.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
GroupBy.Generated.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
GroupBy.Generated.tt f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
GroupBy.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
GroupJoin.cs 8be4811163 Moving to Async naming convention. 7 éve
Intersect.cs cca4b7ec5a Rename Except and Intersect tests. 6 éve
Join.cs 934fcd563c Making more tests async. 7 éve
Last.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
LastOrDefault.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
LongCount.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
Max.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
Min.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
MinMax.Generated.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
MinMax.Generated.tt f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
OfType.cs a46327f5ef Clean up some namespaces. 7 éve
OrderBy.Generated.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
OrderBy.Generated.tt f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
OrderBy.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
Prepend.cs 8be4811163 Moving to Async naming convention. 7 éve
Range.cs 1960d6874c Range code coverage. 6 éve
Repeat.cs 3d6c430549 Add tests for Repeat. 6 éve
Reverse.cs 8be4811163 Moving to Async naming convention. 7 éve
Select.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
SelectMany.cs 934fcd563c Making more tests async. 7 éve
SequenceEqual.cs 29803648e6 SequenceEqualAsync code coverage. 6 éve
Single.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
SingleOrDefault.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
Skip.cs 472f006aa5 AsyncListPartition tests. 6 éve
SkipLast.cs a347d60547 Converting a bunch of test code to async. 7 éve
SkipWhile.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
Sum.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
Take.cs 472f006aa5 AsyncListPartition tests. 6 éve
TakeLast.cs a347d60547 Converting a bunch of test code to async. 7 éve
TakeWhile.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
Throw.cs a46327f5ef Clean up some namespaces. 7 éve
ToArray.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 éve
ToAsyncEnumerable.cs 5838158e96 Clean up conversions. 6 éve
ToDictionary.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
ToEnumerable.cs a46a2c08d4 Add tests for ToEnumerable. 6 éve
ToHashSet.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 éve
ToList.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 éve
ToLookup.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
ToObservable.cs 5838158e96 Clean up conversions. 6 éve
Union.cs f598aad880 Add unit tests for Union. 6 éve
Where.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 éve
Zip.cs 934fcd563c Making more tests async. 7 éve