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 година