Oren Novotny 67f4e25e7c Use loop constructs where possible 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 c60057e757 ensure enumerator is disposed 9 سال پیش
AsyncEnumerable.cs 34012690a0 Minor cleanup 9 سال پیش
AsyncEnumerableHelpers.cs 04b3be8f96 Optimize concat 9 سال پیش
AsyncEnumerator.cs 5d350fb041 Using async/await 9 سال پیش
AsyncIterator.cs 3be42ecd5d Code review feedback 9 سال پیش
Average.cs 250702b6b6 nameof cleanup 9 سال پیش
Buffer.cs 67f4e25e7c Use loop constructs where possible 9 سال پیش
Cast.cs c94cff833e Check for existing type 9 سال پیش
Catch.cs 67f4e25e7c Use loop constructs where possible 9 سال پیش
Concatenate.cs 4eb73c50ca Implement concat with ienumrable params as lazy 9 سال پیش
Contains.cs 250702b6b6 nameof cleanup 9 سال پیش
Count.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 سال پیش
Create.cs 451c2df7de cleanup 9 سال پیش
DefaultIfEmpty.cs 3be42ecd5d Code review feedback 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 67f4e25e7c Use loop constructs where possible 9 سال پیش
Do.cs 05a2f11a67 Do 9 سال پیش
ElementAt.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 سال پیش
EmptyArray.cs 62b7ef4fb6 Code review 9 سال پیش
EnumerableGrouping.cs 1ad21f5a85 Update copyright notice to the .NET Foundation 9 سال پیش
Except.cs 67f4e25e7c Use loop constructs where possible 9 سال پیش
Expand.cs 67f4e25e7c Use loop constructs where possible 9 سال پیش
Finally.cs 94238e020f Finally 9 سال پیش
First.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 سال پیش
ForEach.cs 250702b6b6 nameof cleanup 9 سال پیش
Generate.cs a1af16c3bf Generate 9 سال پیش
GroupJoin.cs 26c841fe99 Optimize grouping 9 سال پیش
Grouping.cs 70aaae4da9 Grouping optimziation 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 سال پیش
IIListProvider.cs abfb2c93da Address some bugs that were hanging tests 9 سال پیش
IOrderedAsyncEnumerable.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 سال پیش
IgnoreElements.cs 67f4e25e7c Use loop constructs where possible 9 سال پیش
Intersect.cs 67f4e25e7c Use loop constructs where possible 9 سال پیش
Join.cs 2fd3ca0c5d Remove nested type in generic class 9 سال پیش
Last.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 سال پیش
Lookup.cs 26c841fe99 Optimize grouping 9 سال پیش
Max.cs 250702b6b6 nameof cleanup 9 سال پیش
Min.cs 250702b6b6 nameof cleanup 9 سال پیش
OnErrorResumeNext.cs 67f4e25e7c Use loop constructs where possible 9 سال پیش
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 سال پیش
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 سال پیش
Range.cs ffe6e1e0bf Split out into multiple files per type 9 سال پیش
Repeat.cs d70e689c1a Optimize repeat 9 سال پیش
Retry.cs ffe6e1e0bf Split out into multiple files per type 9 سال پیش
Reverse.cs 7d4fb24ae0 optimize Reverse 9 سال پیش
Scan.cs 67f4e25e7c Use loop constructs where possible 9 سال پیش
Select.cs 25f995cb1d Where/Select with Index 9 سال پیش
SelectMany.cs 77355d247b Optimize SelectMany 9 سال پیش
SequenceEqual.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 سال پیش
Set.cs 65c70935c1 Use Set impl from Sys.Linq 9 سال پیش
Single.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 سال پیش
Skip.cs 67f4e25e7c Use loop constructs where possible 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 67f4e25e7c Use loop constructs where possible 9 سال پیش
TaskExt.cs 34012690a0 Minor cleanup 9 سال پیش
ToAsyncEnumerable.cs 3be42ecd5d Code review feedback 9 سال پیش
ToCollection.cs 04b3be8f96 Optimize concat 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 73b93fd38d Using 9 سال پیش
Where.cs 25f995cb1d Where/Select with Index 9 سال پیش
Zip.cs 320f7d66f7 Zip 9 سال پیش
project.json 107b92296a Code-cleanup: remove HAS_AWAIT as no longer needed 9 سال پیش