Oren Novotny 05a2f11a67 Do 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 73b93fd38d Using 9 роки тому
Average.cs 250702b6b6 nameof cleanup 9 роки тому
Buffer.cs d4caf3a0ca Buffer 9 роки тому
Cast.cs c94cff833e Check for existing type 9 роки тому
Catch.cs 4d5293a8dc Put () => on next line to move functions left 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 34012690a0 Minor cleanup 9 роки тому
DefaultIfEmpty.cs 2fd3ca0c5d Remove nested type in generic class 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 66a944791b Distinct 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 6f5173469c Except 9 роки тому
Expand.cs 3e79057f33 Expand 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 ab1a2032b5 IgnoreElements 9 роки тому
Intersect.cs f9adb73794 Intersect 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 6af1192aa3 OnErrorResumeNext 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 fbb9d0d832 Scan 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 2aca3c8719 Skip 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 122faa7ce2 Take optimizations 9 роки тому
TaskExt.cs 34012690a0 Minor cleanup 9 роки тому
ToAsyncEnumerable.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 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 роки тому