1
0
Oren Novotny 1463f5298f Remove unused code 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 6dd64894c3 Update asserts to reflect usage and add additional checking around CreateEnumerator/CreateEnumerable to document requirements 9 жил өмнө
DefaultIfEmpty.cs 61c7b19dcd some more cleanup 9 жил өмнө
Defer.cs 4d5293a8dc Put () => on next line to move functions left 9 жил өмнө
Disposables.cs d57face49b remove dead code 9 жил өмнө
Distinct.cs 61c7b19dcd some more cleanup 9 жил өмнө
Do.cs 61c7b19dcd some more cleanup 9 жил өмнө
ElementAt.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 жил өмнө
EmptyArray.cs 62b7ef4fb6 Code review 9 жил өмнө
Except.cs 61c7b19dcd some more cleanup 9 жил өмнө
ExcludeFromCodeCoverageAttribute.cs fc324a3d2d Add tests based on code coverage 9 жил өмнө
Expand.cs 61c7b19dcd some more cleanup 9 жил өмнө
Finally.cs 61c7b19dcd some more cleanup 9 жил өмнө
First.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 жил өмнө
ForEach.cs 183c269419 Tests 9 жил өмнө
Generate.cs 61c7b19dcd some more cleanup 9 жил өмнө
GroupJoin.cs 26c841fe99 Optimize grouping 9 жил өмнө
Grouping.cs 354ed2e1c6 rename local variable to eliminate clash 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 eea207f5d2 some more cleanup 9 жил өмнө
Intersect.cs eea207f5d2 some more cleanup 9 жил өмнө
Join.cs eea207f5d2 some more cleanup 9 жил өмнө
Last.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 жил өмнө
Lookup.cs 1463f5298f Remove unused code 9 жил өмнө
Max.cs 250702b6b6 nameof cleanup 9 жил өмнө
Min.cs 250702b6b6 nameof cleanup 9 жил өмнө
OnErrorResumeNext.cs 040e8a9c06 cleanup too 9 жил өмнө
OrderBy.cs 040e8a9c06 cleanup too 9 жил өмнө
OrderedAsyncEnumerable.cs d89c9717a1 a bit more cleanup 9 жил өмнө
Range.cs ffe6e1e0bf Split out into multiple files per type 9 жил өмнө
Repeat.cs d89c9717a1 a bit more cleanup 9 жил өмнө
Retry.cs ffe6e1e0bf Split out into multiple files per type 9 жил өмнө
Reverse.cs d89c9717a1 a bit more cleanup 9 жил өмнө
Scan.cs d89c9717a1 a bit more cleanup 9 жил өмнө
Select.cs d89c9717a1 a bit more cleanup 9 жил өмнө
SelectMany.cs d89c9717a1 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 d8ae07aed5 ToAsyncEnumerable tests 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 b6afccc237 almost done with the cleanup i think 9 жил өмнө
project.json fc324a3d2d Add tests based on code coverage 9 жил өмнө