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