Mihai Codoban 23acf7349e remove property from other places 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 23acf7349e remove property from other places 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 年 前