Brendan Forster f9007228ca some code cleanup 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 f9007228ca some code cleanup 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 f9007228ca some code cleanup 9 년 전
Concatenate.cs f9007228ca some code cleanup 9 년 전
Contains.cs 250702b6b6 nameof cleanup 9 년 전
Count.cs f9007228ca some code cleanup 9 년 전
Create.cs 451c2df7de cleanup 9 년 전
DefaultIfEmpty.cs f9007228ca some code cleanup 9 년 전
Defer.cs 4d5293a8dc Put () => on next line to move functions left 9 년 전
Disposables.cs d57face49b remove dead code 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 년 전
Except.cs 67f4e25e7c Use loop constructs where possible 9 년 전
ExcludeFromCodeCoverageAttribute.cs fc324a3d2d Add tests based on code coverage 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 183c269419 Tests 9 년 전
Generate.cs a1af16c3bf Generate 9 년 전
GroupJoin.cs 26c841fe99 Optimize grouping 9 년 전
Grouping.cs da6ab0a670 Remove dead code 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 891fbbac98 Add missing impl 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 f9007228ca some code cleanup 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 1003c9a46a exclude coverage from corefx type 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 fc324a3d2d Add tests based on code coverage 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 fc324a3d2d Add tests based on code coverage 9 년 전