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