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