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