Oren Novotny 1108319fe3 Empty vor 9 Jahren
..
Properties 548cd01bd6 Move AssemblyVersion into common file and specify version bands based on netstandard level vor 9 Jahren
Aggregate.cs 250702b6b6 nameof cleanup vor 9 Jahren
AnyAll.cs c60057e757 ensure enumerator is disposed vor 9 Jahren
AsyncEnumerable.cs 1108319fe3 Empty vor 9 Jahren
AsyncEnumerableHelpers.cs 04b3be8f96 Optimize concat vor 9 Jahren
AsyncEnumerator.cs 5d350fb041 Using async/await vor 9 Jahren
AsyncIterator.cs 73b93fd38d Using vor 9 Jahren
Average.cs 250702b6b6 nameof cleanup vor 9 Jahren
Buffer.cs d4caf3a0ca Buffer vor 9 Jahren
Cast.cs c94cff833e Check for existing type vor 9 Jahren
Catch.cs 4d5293a8dc Put () => on next line to move functions left vor 9 Jahren
Concatenate.cs 4eb73c50ca Implement concat with ienumrable params as lazy vor 9 Jahren
Contains.cs 250702b6b6 nameof cleanup vor 9 Jahren
Count.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable vor 9 Jahren
Create.cs 2fd3ca0c5d Remove nested type in generic class vor 9 Jahren
DefaultIfEmpty.cs 2fd3ca0c5d Remove nested type in generic class vor 9 Jahren
Defer.cs 4d5293a8dc Put () => on next line to move functions left vor 9 Jahren
Disposables.cs 1ad21f5a85 Update copyright notice to the .NET Foundation vor 9 Jahren
Distinct.cs 66a944791b Distinct vor 9 Jahren
Do.cs 4d5293a8dc Put () => on next line to move functions left vor 9 Jahren
ElementAt.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable vor 9 Jahren
EmptyArray.cs 62b7ef4fb6 Code review vor 9 Jahren
EnumerableGrouping.cs 1ad21f5a85 Update copyright notice to the .NET Foundation vor 9 Jahren
Except.cs 6f5173469c Except vor 9 Jahren
Expand.cs 3e79057f33 Expand vor 9 Jahren
Finally.cs 4d5293a8dc Put () => on next line to move functions left vor 9 Jahren
First.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable vor 9 Jahren
ForEach.cs 250702b6b6 nameof cleanup vor 9 Jahren
Generate.cs a1af16c3bf Generate vor 9 Jahren
GroupJoin.cs 26c841fe99 Optimize grouping vor 9 Jahren
Grouping.cs 70aaae4da9 Grouping optimziation vor 9 Jahren
IAsyncEnumerable.cs 5f7be47329 remove NO_VARIANCE as no longer needed vor 9 Jahren
IAsyncEnumerator.cs 5f7be47329 remove NO_VARIANCE as no longer needed vor 9 Jahren
IAsyncGrouping.cs 5f7be47329 remove NO_VARIANCE as no longer needed vor 9 Jahren
IIListProvider.cs abfb2c93da Address some bugs that were hanging tests vor 9 Jahren
IOrderedAsyncEnumerable.cs 5f7be47329 remove NO_VARIANCE as no longer needed vor 9 Jahren
IgnoreElements.cs 4d5293a8dc Put () => on next line to move functions left vor 9 Jahren
Intersect.cs f9adb73794 Intersect vor 9 Jahren
Join.cs 2fd3ca0c5d Remove nested type in generic class vor 9 Jahren
Last.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable vor 9 Jahren
Lookup.cs 26c841fe99 Optimize grouping vor 9 Jahren
Max.cs 250702b6b6 nameof cleanup vor 9 Jahren
Min.cs 250702b6b6 nameof cleanup vor 9 Jahren
OnErrorResumeNext.cs 4d5293a8dc Put () => on next line to move functions left vor 9 Jahren
OrderBy.cs 6e9e63754b Optimize OrderBy. We take leverage the non-async versions after the lazy tolist as we cannot order w/o the full sequence vor 9 Jahren
OrderedAsyncEnumerable.cs 6e9e63754b Optimize OrderBy. We take leverage the non-async versions after the lazy tolist as we cannot order w/o the full sequence vor 9 Jahren
Range.cs ffe6e1e0bf Split out into multiple files per type vor 9 Jahren
Repeat.cs d70e689c1a Optimize repeat vor 9 Jahren
Retry.cs ffe6e1e0bf Split out into multiple files per type vor 9 Jahren
Reverse.cs 7d4fb24ae0 optimize Reverse vor 9 Jahren
Scan.cs 4d5293a8dc Put () => on next line to move functions left vor 9 Jahren
Select.cs 25f995cb1d Where/Select with Index vor 9 Jahren
SelectMany.cs 77355d247b Optimize SelectMany vor 9 Jahren
SequenceEqual.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable vor 9 Jahren
Set.cs 65c70935c1 Use Set impl from Sys.Linq vor 9 Jahren
Single.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable vor 9 Jahren
Skip.cs 2aca3c8719 Skip vor 9 Jahren
StartsWith.cs ffe6e1e0bf Split out into multiple files per type vor 9 Jahren
Strings.cs 62b7ef4fb6 Code review vor 9 Jahren
Sum.cs 250702b6b6 nameof cleanup vor 9 Jahren
System.Interactive.Async.xproj 5090cbe1b7 Update csproj to match file -> new project version vor 9 Jahren
Take.cs 122faa7ce2 Take optimizations vor 9 Jahren
TaskExt.cs 6f5173469c Except vor 9 Jahren
ToAsyncEnumerable.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable vor 9 Jahren
ToCollection.cs 04b3be8f96 Optimize concat vor 9 Jahren
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. vor 9 Jahren
Union.cs ffe6e1e0bf Split out into multiple files per type vor 9 Jahren
Using.cs 73b93fd38d Using vor 9 Jahren
Where.cs 25f995cb1d Where/Select with Index vor 9 Jahren
Zip.cs 320f7d66f7 Zip vor 9 Jahren
project.json 107b92296a Code-cleanup: remove HAS_AWAIT as no longer needed vor 9 Jahren