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