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