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