Brendan Forster 040e8a9c06 cleanup too 9 ani în urmă
..
Properties 548cd01bd6 Move AssemblyVersion into common file and specify version bands based on netstandard level 9 ani în urmă
Aggregate.cs 250702b6b6 nameof cleanup 9 ani în urmă
AnyAll.cs c60057e757 ensure enumerator is disposed 9 ani în urmă
AsyncEnumerable.cs 34012690a0 Minor cleanup 9 ani în urmă
AsyncEnumerableHelpers.cs 1973ec1633 some more cleanup 9 ani în urmă
AsyncEnumerator.cs 5d350fb041 Using async/await 9 ani în urmă
AsyncIterator.cs 1973ec1633 some more cleanup 9 ani în urmă
Average.cs 250702b6b6 nameof cleanup 9 ani în urmă
Buffer.cs 1973ec1633 some more cleanup 9 ani în urmă
Cast.cs c94cff833e Check for existing type 9 ani în urmă
Catch.cs 1973ec1633 some more cleanup 9 ani în urmă
Concatenate.cs 1973ec1633 some more cleanup 9 ani în urmă
Contains.cs 250702b6b6 nameof cleanup 9 ani în urmă
Count.cs f9007228ca some code cleanup 9 ani în urmă
Create.cs 8ccb94805a a better error message? 9 ani în urmă
DefaultIfEmpty.cs 61c7b19dcd some more cleanup 9 ani în urmă
Defer.cs 4d5293a8dc Put () => on next line to move functions left 9 ani în urmă
Disposables.cs d57face49b remove dead code 9 ani în urmă
Distinct.cs 61c7b19dcd some more cleanup 9 ani în urmă
Do.cs 61c7b19dcd some more cleanup 9 ani în urmă
ElementAt.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 ani în urmă
EmptyArray.cs 62b7ef4fb6 Code review 9 ani în urmă
Except.cs 61c7b19dcd some more cleanup 9 ani în urmă
ExcludeFromCodeCoverageAttribute.cs fc324a3d2d Add tests based on code coverage 9 ani în urmă
Expand.cs 61c7b19dcd some more cleanup 9 ani în urmă
Finally.cs 61c7b19dcd some more cleanup 9 ani în urmă
First.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 ani în urmă
ForEach.cs 183c269419 Tests 9 ani în urmă
Generate.cs 61c7b19dcd some more cleanup 9 ani în urmă
GroupJoin.cs 26c841fe99 Optimize grouping 9 ani în urmă
Grouping.cs 354ed2e1c6 rename local variable to eliminate clash 9 ani în urmă
IAsyncEnumerable.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 ani în urmă
IAsyncEnumerator.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 ani în urmă
IAsyncGrouping.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 ani în urmă
IIListProvider.cs abfb2c93da Address some bugs that were hanging tests 9 ani în urmă
IOrderedAsyncEnumerable.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 ani în urmă
IgnoreElements.cs eea207f5d2 some more cleanup 9 ani în urmă
Intersect.cs eea207f5d2 some more cleanup 9 ani în urmă
Join.cs eea207f5d2 some more cleanup 9 ani în urmă
Last.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 ani în urmă
Lookup.cs 040e8a9c06 cleanup too 9 ani în urmă
Max.cs 250702b6b6 nameof cleanup 9 ani în urmă
Min.cs 250702b6b6 nameof cleanup 9 ani în urmă
OnErrorResumeNext.cs 040e8a9c06 cleanup too 9 ani în urmă
OrderBy.cs 040e8a9c06 cleanup too 9 ani în urmă
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 ani în urmă
Range.cs ffe6e1e0bf Split out into multiple files per type 9 ani în urmă
Repeat.cs d70e689c1a Optimize repeat 9 ani în urmă
Retry.cs ffe6e1e0bf Split out into multiple files per type 9 ani în urmă
Reverse.cs f9007228ca some code cleanup 9 ani în urmă
Scan.cs 67f4e25e7c Use loop constructs where possible 9 ani în urmă
Select.cs 25f995cb1d Where/Select with Index 9 ani în urmă
SelectMany.cs 9d645a3e27 a bit more cleanup 9 ani în urmă
SequenceEqual.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 ani în urmă
Set.cs 1003c9a46a exclude coverage from corefx type 9 ani în urmă
Single.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 ani în urmă
Skip.cs 9d645a3e27 a bit more cleanup 9 ani în urmă
StartsWith.cs ffe6e1e0bf Split out into multiple files per type 9 ani în urmă
Strings.cs 62b7ef4fb6 Code review 9 ani în urmă
Sum.cs 250702b6b6 nameof cleanup 9 ani în urmă
System.Interactive.Async.xproj 5090cbe1b7 Update csproj to match file -> new project version 9 ani în urmă
Take.cs 9d645a3e27 a bit more cleanup 9 ani în urmă
TaskExt.cs 34012690a0 Minor cleanup 9 ani în urmă
ToAsyncEnumerable.cs 2187a0fcde a bit more tidy up 9 ani în urmă
ToCollection.cs 04b3be8f96 Optimize concat 9 ani în urmă
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 ani în urmă
Union.cs ffe6e1e0bf Split out into multiple files per type 9 ani în urmă
Using.cs 9d645a3e27 a bit more cleanup 9 ani în urmă
Where.cs 9d645a3e27 a bit more cleanup 9 ani în urmă
Zip.cs 320f7d66f7 Zip 9 ani în urmă
project.json fc324a3d2d Add tests based on code coverage 9 ani în urmă