1
0
Oren Novotny 41064bf39d Use C# 7 language features 8 жил өмнө
..
Properties 48c0707a7f Migrate to VS 2017 8 жил өмнө
Aggregate.cs 250702b6b6 nameof cleanup 9 жил өмнө
AnyAll.cs c60057e757 ensure enumerator is disposed 9 жил өмнө
AppendPrepend.cs 41064bf39d Use C# 7 language features 8 жил өмнө
AsyncEnumerable.cs 34012690a0 Minor cleanup 9 жил өмнө
AsyncEnumerableHelpers.cs 41064bf39d Use C# 7 language features 8 жил өмнө
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 41064bf39d Use C# 7 language features 8 жил өмнө
Catch.cs 1973ec1633 some more cleanup 9 жил өмнө
Concatenate.cs 41064bf39d Use C# 7 language features 8 жил өмнө
Contains.cs 250702b6b6 nameof cleanup 9 жил өмнө
Count.cs 41064bf39d Use C# 7 language features 8 жил өмнө
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 41064bf39d Use C# 7 language features 8 жил өмнө
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 9f86e40e07 Fix loop to go to while if no grouping exists for item 9 жил өмнө
Last.cs 41064bf39d Use C# 7 language features 8 жил өмнө
Lookup.cs 41064bf39d Use C# 7 language features 8 жил өмнө
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 41064bf39d Use C# 7 language features 8 жил өмнө
Scan.cs d89c9717a1 a bit more cleanup 9 жил өмнө
Select.cs 41064bf39d Use C# 7 language features 8 жил өмнө
SelectMany.cs d89c9717a1 a bit more cleanup 9 жил өмнө
SequenceEqual.cs 41064bf39d Use C# 7 language features 8 жил өмнө
Set.cs 1003c9a46a exclude coverage from corefx type 9 жил өмнө
Single.cs 41064bf39d Use C# 7 language features 8 жил өмнө
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.csproj 48c0707a7f Migrate to VS 2017 8 жил өмнө
Take.cs 9d645a3e27 a bit more cleanup 9 жил өмнө
TaskExt.cs 34012690a0 Minor cleanup 9 жил өмнө
ToAsyncEnumerable.cs 41064bf39d Use C# 7 language features 8 жил өмнө
ToCollection.cs 41064bf39d Use C# 7 language features 8 жил өмнө
ToObservable.cs f47d85ef7c AsyncEnumerable.ToObservable: Use Try...-methods on TaskCompletionSources to avoid unexpected exceptions when the iterator is cancelled. 8 жил өмнө
Union.cs ffe6e1e0bf Split out into multiple files per type 9 жил өмнө
Using.cs 9d645a3e27 a bit more cleanup 9 жил өмнө
Where.cs 41064bf39d Use C# 7 language features 8 жил өмнө
Zip.cs b6afccc237 almost done with the cleanup i think 9 жил өмнө