Bart De Smet 930cfc6cd4 Some code modernization. 8 vuotta sitten
..
Properties 48c0707a7f Migrate to VS 2017 8 vuotta sitten
Aggregate.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
AnyAll.cs f085fba7f3 Async variants of Any and All. 8 vuotta sitten
AppendPrepend.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
AsyncEnumerable.cs 68ad7f4b40 Remove CancellationToken from MoveNextCore. 8 vuotta sitten
AsyncEnumerableHelpers.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
AsyncEnumerator.cs 6ebcbef413 Splitting types in different files. 8 vuotta sitten
AsyncIterator.cs d5040a051a Async variants for Where and Select. 8 vuotta sitten
Average.Generated.cs b7bc6a5a59 Async variants of Average, Max, Min, and Sum. 8 vuotta sitten
Average.Generated.tt b7bc6a5a59 Async variants of Average, Max, Min, and Sum. 8 vuotta sitten
Average.cs 8ec4b1ec2f Some cleanup. 8 vuotta sitten
Buffer.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
Cast.cs 41064bf39d Use C# 7 language features 8 vuotta sitten
Catch.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
Concatenate.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
Contains.cs 250702b6b6 nameof cleanup 9 vuotta sitten
Count.cs 07c8d8c8cf Async variants of Count and LongCount. 8 vuotta sitten
Create.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
DefaultIfEmpty.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
Defer.cs e093467530 Rename GetEnumerator to GetAsyncEnumerator. 8 vuotta sitten
Disposables.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
Distinct.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
Do.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
ElementAt.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
EmptyArray.cs 62b7ef4fb6 Code review 9 vuotta sitten
Except.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
ExcludeFromCodeCoverageAttribute.cs fc324a3d2d Add tests based on code coverage 9 vuotta sitten
Expand.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
Finally.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
First.cs 24ab7ac3e5 Async variants for First, Last, and Single. 8 vuotta sitten
ForEach.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
Generate.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
GroupJoin.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
Grouping.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
IAsyncDisposable.cs 01f0f7fe74 Add IAsyncDisposable. 8 vuotta sitten
IAsyncEnumerable.cs e093467530 Rename GetEnumerator to GetAsyncEnumerator. 8 vuotta sitten
IAsyncEnumerator.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
IAsyncGrouping.cs 5ab0208a38 Clean up some garbage. 8 vuotta sitten
IIListProvider.cs abfb2c93da Address some bugs that were hanging tests 9 vuotta sitten
IOrderedAsyncEnumerable.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 vuotta sitten
IgnoreElements.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
Intersect.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
Join.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
Last.cs 24ab7ac3e5 Async variants for First, Last, and Single. 8 vuotta sitten
Lookup.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
Max.cs 4f3598df20 More async variants for Min and Max. 8 vuotta sitten
Min.cs cca77b3634 Supporting deep cancellation in ExtremaBy. 8 vuotta sitten
MinMax.Generated.cs b7bc6a5a59 Async variants of Average, Max, Min, and Sum. 8 vuotta sitten
MinMax.Generated.tt b7bc6a5a59 Async variants of Average, Max, Min, and Sum. 8 vuotta sitten
OnErrorResumeNext.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
OrderBy.cs 040e8a9c06 cleanup too 9 vuotta sitten
OrderedAsyncEnumerable.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
Range.cs ffe6e1e0bf Split out into multiple files per type 9 vuotta sitten
Repeat.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
Retry.cs ffe6e1e0bf Split out into multiple files per type 9 vuotta sitten
Reverse.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
Scan.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
Select.cs d5040a051a Async variants for Where and Select. 8 vuotta sitten
SelectMany.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
SequenceEqual.cs 8af963fe32 Some cleanup. 8 vuotta sitten
Set.cs 1003c9a46a exclude coverage from corefx type 9 vuotta sitten
Single.cs 24ab7ac3e5 Async variants for First, Last, and Single. 8 vuotta sitten
Skip.cs c89ae4f52e Async variants of TakeWhile and SkipWhile. 8 vuotta sitten
StartsWith.cs ffe6e1e0bf Split out into multiple files per type 9 vuotta sitten
Strings.cs 62b7ef4fb6 Code review 9 vuotta sitten
Sum.Generated.cs 47756a08d1 Fixing code generation for Sum. 8 vuotta sitten
Sum.Generated.tt 47756a08d1 Fixing code generation for Sum. 8 vuotta sitten
System.Interactive.Async.csproj 4f3a90ada1 Generating Average. 8 vuotta sitten
Take.cs c89ae4f52e Async variants of TakeWhile and SkipWhile. 8 vuotta sitten
TaskExt.cs 34012690a0 Minor cleanup 9 vuotta sitten
ToAsyncEnumerable.cs 2659fb7e97 Switch to IAsyncDisposable. 8 vuotta sitten
ToCollection.cs 41064bf39d Use C# 7 language features 8 vuotta sitten
ToObservable.cs 930cfc6cd4 Some code modernization. 8 vuotta sitten
Union.cs 8af963fe32 Some cleanup. 8 vuotta sitten
Using.cs 8af963fe32 Some cleanup. 8 vuotta sitten
Where.cs 8af963fe32 Some cleanup. 8 vuotta sitten
Zip.cs 8af963fe32 Some cleanup. 8 vuotta sitten