Bart De Smet eddf1ea0bc Using configured enumerator rather than interface. hace 6 años
..
Aggregate.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
All.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
Any.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
AppendPrepend.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. hace 7 años
Average.Generated.cs c70c1e5d2c Use C# 8.0 in Average. hace 6 años
Average.Generated.tt c70c1e5d2c Use C# 8.0 in Average. hace 6 años
Cast.cs 555dbb6810 Changing a few classes to private. hace 6 años
Concat.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
Contains.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
Count.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
DefaultIfEmpty.cs fab4165c01 Reduce code in DefaultIfEmpty. hace 6 años
Distinct.cs b2cc797263 Reduce code duplication in Distinct. hace 6 años
ElementAt.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
ElementAtOrDefault.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. hace 6 años
Except.cs e11f6aed52 Fix USE_ASYNC_ITERATOR build. hace 6 años
First.cs 0980e87430 Avoiding heap-allocated closures hace 6 años
FirstOrDefault.cs 8e5a9f51cd Use C# 8.0 in First. hace 6 años
ForEach.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
GroupBy.cs 7d459c9d85 Implementing more overloads of GroupBy. hace 6 años
GroupJoin.cs e11f6aed52 Fix USE_ASYNC_ITERATOR build. hace 6 años
Grouping.cs 043997b2e7 Fix typo. hace 6 años
Intersect.cs e11f6aed52 Fix USE_ASYNC_ITERATOR build. hace 6 años
Join.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. hace 6 años
Last.cs 0980e87430 Avoiding heap-allocated closures hace 6 años
LastOrDefault.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
LongCount.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
Lookup.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
Max.cs 4ab51fea0c Use C# 8.0 in generic Min and Max. hace 6 años
Min.cs 4ab51fea0c Use C# 8.0 in generic Min and Max. hace 6 años
MinMax.Generated.cs b138e06b0a Use C# 8.0 in primitive Min and Max. hace 6 años
MinMax.Generated.tt b138e06b0a Use C# 8.0 in primitive Min and Max. hace 6 años
OfType.cs b9f9514d57 Revert "Use only var when type is obvious." hace 6 años
OrderBy.cs 7f90a10101 Reduce code in OrderBy. hace 6 años
OrderedAsyncEnumerable.cs eddf1ea0bc Using configured enumerator rather than interface. hace 6 años
Range.cs b9f9514d57 Revert "Use only var when type is obvious." hace 6 años
Repeat.cs aa2430bb42 Check for cancellation in a few more places. hace 6 años
Reverse.cs b9f9514d57 Revert "Use only var when type is obvious." hace 6 años
Select.Opt.Generated.cs 2b0cd8e161 Enabling optimizations for combining N selectors hace 6 años
Select.Opt.Generated.tt 2b0cd8e161 Enabling optimizations for combining N selectors hace 6 años
Select.Opt.cs 2b0cd8e161 Enabling optimizations for combining N selectors hace 6 años
Select.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. hace 6 años
SelectMany.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
SequenceEqual.cs 4f97781307 Fix SequenceEqual chaining. hace 6 años
Single.cs 5c55c93bd5 Use C# 8.0 in Single. hace 6 años
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." hace 6 años
SingleOrDefault.cs 5c55c93bd5 Use C# 8.0 in Single. hace 6 años
Skip.cs 3a3c59ba42 Change signature of Clone. hace 7 años
SkipLast.cs e11f6aed52 Fix USE_ASYNC_ITERATOR build. hace 6 años
SkipWhile.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. hace 6 años
Sum.Generated.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
Sum.Generated.tt 6c7a784426 Use C# 8.0 in Sum. hace 6 años
Take.cs cfd11d1c62 Adding BCL style exception factories. hace 7 años
TakeLast.cs e11f6aed52 Fix USE_ASYNC_ITERATOR build. hace 6 años
TakeWhile.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. hace 6 años
ToArray.cs 369026d24e Taming CancellationToken overload hell hace 6 años
ToAsyncEnumerable.Observable.cs b9f9514d57 Revert "Use only var when type is obvious." hace 6 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 6 años
ToDictionary.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
ToEnumerable.cs 0980e87430 Avoiding heap-allocated closures hace 6 años
ToHashSet.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
ToList.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
ToLookup.cs a948fa2173 Use local functions to ToLookup. hace 6 años
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." hace 6 años
Union.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
Utilities.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. hace 6 años
Where.Opt.Generated.cs be5d8bb438 Enabling optimizations for combining N predicates hace 6 años
Where.Opt.Generated.tt be5d8bb438 Enabling optimizations for combining N predicates hace 6 años
Where.Opt.cs be5d8bb438 Enabling optimizations for combining N predicates hace 6 años
Where.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. hace 6 años
Zip.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. hace 6 años