Brendan Forster c3073439f1 removing some old cruft пре 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 1973ec1633 some more cleanup пре 9 година
AsyncEnumerator.cs 5d350fb041 Using async/await пре 9 година
AsyncIterator.cs 1973ec1633 some more cleanup пре 9 година
Average.cs 250702b6b6 nameof cleanup пре 9 година
Buffer.cs 1973ec1633 some more cleanup пре 9 година
Cast.cs c94cff833e Check for existing type пре 9 година
Catch.cs 1973ec1633 some more cleanup пре 9 година
Concatenate.cs 1973ec1633 some more cleanup пре 9 година
Contains.cs 250702b6b6 nameof cleanup пре 9 година
Count.cs f9007228ca some code cleanup пре 9 година
Create.cs c3073439f1 removing some old cruft пре 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 9d645a3e27 a bit more cleanup пре 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 9d645a3e27 a bit more cleanup пре 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 9d645a3e27 a bit more cleanup пре 9 година
TaskExt.cs 34012690a0 Minor cleanup пре 9 година
ToAsyncEnumerable.cs 2187a0fcde a bit more tidy up пре 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 9d645a3e27 a bit more cleanup пре 9 година
Where.cs 9d645a3e27 a bit more cleanup пре 9 година
Zip.cs 320f7d66f7 Zip пре 9 година
project.json fc324a3d2d Add tests based on code coverage пре 9 година