Oren Novotny f9adb73794 Intersect 9 éve
..
Properties 548cd01bd6 Move AssemblyVersion into common file and specify version bands based on netstandard level 9 éve
Aggregate.cs 250702b6b6 nameof cleanup 9 éve
AnyAll.cs c60057e757 ensure enumerator is disposed 9 éve
AsyncEnumerable.cs 4d5293a8dc Put () => on next line to move functions left 9 éve
AsyncEnumerableHelpers.cs 04b3be8f96 Optimize concat 9 éve
AsyncEnumerator.cs 5d350fb041 Using async/await 9 éve
AsyncIterator.cs 235d2e692c limit cxl token scope 9 éve
Average.cs 250702b6b6 nameof cleanup 9 éve
Buffer.cs 4d5293a8dc Put () => on next line to move functions left 9 éve
Cast.cs c94cff833e Check for existing type 9 éve
Catch.cs 4d5293a8dc Put () => on next line to move functions left 9 éve
Concatenate.cs 4eb73c50ca Implement concat with ienumrable params as lazy 9 éve
Contains.cs 250702b6b6 nameof cleanup 9 éve
Count.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 éve
Create.cs 2fd3ca0c5d Remove nested type in generic class 9 éve
DefaultIfEmpty.cs 2fd3ca0c5d Remove nested type in generic class 9 éve
Defer.cs 4d5293a8dc Put () => on next line to move functions left 9 éve
Disposables.cs 1ad21f5a85 Update copyright notice to the .NET Foundation 9 éve
Distinct.cs 65c70935c1 Use Set impl from Sys.Linq 9 éve
Do.cs 4d5293a8dc Put () => on next line to move functions left 9 éve
ElementAt.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 éve
EmptyArray.cs 62b7ef4fb6 Code review 9 éve
EnumerableGrouping.cs 1ad21f5a85 Update copyright notice to the .NET Foundation 9 éve
Except.cs 4d5293a8dc Put () => on next line to move functions left 9 éve
Expand.cs 4d5293a8dc Put () => on next line to move functions left 9 éve
Finally.cs 4d5293a8dc Put () => on next line to move functions left 9 éve
First.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 éve
ForEach.cs 250702b6b6 nameof cleanup 9 éve
Generate.cs 4d5293a8dc Put () => on next line to move functions left 9 éve
GroupJoin.cs 26c841fe99 Optimize grouping 9 éve
Grouping.cs 26c841fe99 Optimize grouping 9 éve
IAsyncEnumerable.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 éve
IAsyncEnumerator.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 éve
IAsyncGrouping.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 éve
IIListProvider.cs abfb2c93da Address some bugs that were hanging tests 9 éve
IOrderedAsyncEnumerable.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 éve
IgnoreElements.cs 4d5293a8dc Put () => on next line to move functions left 9 éve
Intersect.cs f9adb73794 Intersect 9 éve
Join.cs 2fd3ca0c5d Remove nested type in generic class 9 éve
Last.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 éve
Lookup.cs 26c841fe99 Optimize grouping 9 éve
Max.cs 250702b6b6 nameof cleanup 9 éve
Min.cs 250702b6b6 nameof cleanup 9 éve
OnErrorResumeNext.cs 4d5293a8dc Put () => on next line to move functions left 9 éve
OrderBy.cs 6e9e63754b Optimize OrderBy. We take leverage the non-async versions after the lazy tolist as we cannot order w/o the full sequence 9 éve
OrderedAsyncEnumerable.cs 6e9e63754b Optimize OrderBy. We take leverage the non-async versions after the lazy tolist as we cannot order w/o the full sequence 9 éve
Range.cs ffe6e1e0bf Split out into multiple files per type 9 éve
Repeat.cs d70e689c1a Optimize repeat 9 éve
Retry.cs ffe6e1e0bf Split out into multiple files per type 9 éve
Reverse.cs 7d4fb24ae0 optimize Reverse 9 éve
Scan.cs 4d5293a8dc Put () => on next line to move functions left 9 éve
Select.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 éve
SelectMany.cs 4d5293a8dc Put () => on next line to move functions left 9 éve
SequenceEqual.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 éve
Set.cs 65c70935c1 Use Set impl from Sys.Linq 9 éve
Single.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 éve
Skip.cs 2aca3c8719 Skip 9 éve
StartsWith.cs ffe6e1e0bf Split out into multiple files per type 9 éve
Strings.cs 62b7ef4fb6 Code review 9 éve
Sum.cs 250702b6b6 nameof cleanup 9 éve
System.Interactive.Async.xproj 5090cbe1b7 Update csproj to match file -> new project version 9 éve
Take.cs 122faa7ce2 Take optimizations 9 éve
TaskExt.cs 62b7ef4fb6 Code review 9 éve
ToAsyncEnumerable.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 éve
ToCollection.cs 04b3be8f96 Optimize concat 9 éve
ToObservable.cs 2d64064a5c AsyncEnumerable.ToObservable: Do not call IAsyncEnumerator<T>.MoveNext with an already canceled CancellationToken. This would happen whenever an IObserver<T>.OnNext would dispose its subscription within a call to OnNext. The built in AnonymousAsyncEnumerator<T> checks whether it's already disposed, however, not every user code might handle canceled tokens that gracefully. Also, the continuation of MoveNext will not scheduled anyway. 9 éve
Union.cs ffe6e1e0bf Split out into multiple files per type 9 éve
Using.cs 0841a4e47d Fixes to tests 9 éve
Where.cs 2fd3ca0c5d Remove nested type in generic class 9 éve
Zip.cs 320f7d66f7 Zip 9 éve
project.json 107b92296a Code-cleanup: remove HAS_AWAIT as no longer needed 9 éve