Daniel Weber 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 lat temu
..
Properties 548cd01bd6 Move AssemblyVersion into common file and specify version bands based on netstandard level 9 lat temu
Aggregate.cs 250702b6b6 nameof cleanup 9 lat temu
AnyAll.cs 250702b6b6 nameof cleanup 9 lat temu
AsyncEnumerable.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
AsyncEnumerator.cs 5d350fb041 Using async/await 9 lat temu
Average.cs 250702b6b6 nameof cleanup 9 lat temu
Buffer.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
Cast.cs ffe6e1e0bf Split out into multiple files per type 9 lat temu
Catch.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
Concatenate.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
Contains.cs 250702b6b6 nameof cleanup 9 lat temu
Count.cs 250702b6b6 nameof cleanup 9 lat temu
Create.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
DefaultIfEmpty.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
Defer.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
Disposables.cs 1ad21f5a85 Update copyright notice to the .NET Foundation 9 lat temu
Distinct.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
Do.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
ElementAt.cs 250702b6b6 nameof cleanup 9 lat temu
EmptyArray.cs 62b7ef4fb6 Code review 9 lat temu
EnumerableGrouping.cs 1ad21f5a85 Update copyright notice to the .NET Foundation 9 lat temu
Except.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
Expand.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
Finally.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
First.cs 250702b6b6 nameof cleanup 9 lat temu
ForEach.cs 250702b6b6 nameof cleanup 9 lat temu
Generate.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
GroupJoin.cs 107b92296a Code-cleanup: remove HAS_AWAIT as no longer needed 9 lat temu
Grouping.cs ff5f83c29c Rename Create to CreateEnumerator and CreateEnumerable 9 lat temu
IAsyncEnumerable.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 lat temu
IAsyncEnumerator.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 lat temu
IAsyncGrouping.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 lat temu
IOrderedAsyncEnumerable.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 lat temu
IgnoreElements.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
Intersect.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
Join.cs ff5f83c29c Rename Create to CreateEnumerator and CreateEnumerable 9 lat temu
Last.cs 250702b6b6 nameof cleanup 9 lat temu
Lookup.cs 250702b6b6 nameof cleanup 9 lat temu
Max.cs 250702b6b6 nameof cleanup 9 lat temu
Min.cs 250702b6b6 nameof cleanup 9 lat temu
OnErrorResumeNext.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
OrderBy.cs ff5f83c29c Rename Create to CreateEnumerator and CreateEnumerable 9 lat temu
Range.cs ffe6e1e0bf Split out into multiple files per type 9 lat temu
Repeat.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
Retry.cs ffe6e1e0bf Split out into multiple files per type 9 lat temu
Reverse.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
Scan.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
Select.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
SelectMany.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
SequenceEqual.cs 250702b6b6 nameof cleanup 9 lat temu
Set.cs ffe6e1e0bf Split out into multiple files per type 9 lat temu
Single.cs 250702b6b6 nameof cleanup 9 lat temu
Skip.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
StartsWith.cs ffe6e1e0bf Split out into multiple files per type 9 lat temu
Strings.cs 62b7ef4fb6 Code review 9 lat temu
Sum.cs 250702b6b6 nameof cleanup 9 lat temu
System.Interactive.Async.xproj 5090cbe1b7 Update csproj to match file -> new project version 9 lat temu
Take.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
TaskExt.cs 62b7ef4fb6 Code review 9 lat temu
ToAsyncEnumerable.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
ToCollection.cs 250702b6b6 nameof cleanup 9 lat temu
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 lat temu
Union.cs ffe6e1e0bf Split out into multiple files per type 9 lat temu
Using.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
Where.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
Zip.cs 4d5293a8dc Put () => on next line to move functions left 9 lat temu
project.json 107b92296a Code-cleanup: remove HAS_AWAIT as no longer needed 9 lat temu