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 年之前