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