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