Bart De Smet bcf2c05a15 Async variant of using. 8 лет назад
..
Properties 48c0707a7f Migrate to VS 2017 8 лет назад
Aggregate.cs 01c87be60b Async variants of Aggregate. 8 лет назад
All.cs 74803bfbfd Splitting All and Any. 8 лет назад
Any.cs 74803bfbfd Splitting All and Any. 8 лет назад
AppendPrepend.cs 0db5681ca0 Some code cosmetics. 8 лет назад
AsyncEnumerable.cs 582670448c Splitting IsEmpty into separate file. 8 лет назад
AsyncEnumerableHelpers.cs 4e6c9fb11e More code cosmetics. 8 лет назад
AsyncEnumerator.cs 6ebcbef413 Splitting types in different files. 8 лет назад
AsyncIterator.cs 1c9258123a Moving CompletedTask to TaskExt. 8 лет назад
Average.Generated.cs b7bc6a5a59 Async variants of Average, Max, Min, and Sum. 8 лет назад
Average.Generated.tt b7bc6a5a59 Async variants of Average, Max, Min, and Sum. 8 лет назад
Average.cs 4e6c9fb11e More code cosmetics. 8 лет назад
Buffer.cs 4e6c9fb11e More code cosmetics. 8 лет назад
Cast.cs 4e6c9fb11e More code cosmetics. 8 лет назад
Catch.cs 91cdd73ba8 Async variant of Catch. 8 лет назад
Concatenate.cs 4e6c9fb11e More code cosmetics. 8 лет назад
Contains.cs 4e6c9fb11e More code cosmetics. 8 лет назад
Count.cs 4e6c9fb11e More code cosmetics. 8 лет назад
Create.cs f92678e70b Async variants of Create and Defer. 8 лет назад
DefaultIfEmpty.cs 4e6c9fb11e More code cosmetics. 8 лет назад
Defer.cs f92678e70b Async variants of Create and Defer. 8 лет назад
Disposables.cs eceec47d15 Some improvements to disposables. 8 лет назад
Distinct.cs 9a752692dd Async variants of Distinct and DistinctUntilChanged. 8 лет назад
Do.cs 12063f6d82 Async variants of Do. 8 лет назад
ElementAt.cs 004d8cd7d9 Sorting ElementAt overloads. 8 лет назад
EmptyArray.cs ae718bad3d More code cosmetics. 8 лет назад
Except.cs 34c3e642ea Some code cosmetics. 8 лет назад
ExcludeFromCodeCoverageAttribute.cs ae718bad3d More code cosmetics. 8 лет назад
Expand.cs a663af4864 Async variant of Expand. 8 лет назад
Finally.cs d4d1fe1410 Async variant of Finally. 8 лет назад
First.cs c695d246f2 More code cosmetics. 8 лет назад
ForEach.cs 91dc1f106a Async variants of ForEachAsync. 8 лет назад
Generate.cs debb67bdf4 More code cosmetics. 8 лет назад
GroupJoin.cs 4eb53305bd Some more code cosmetics. 8 лет назад
Grouping.cs 93eaba9365 Modernizing some code. 8 лет назад
IAsyncDisposable.cs 5b9bb8d9cf Adding link to the language proposal. 8 лет назад
IAsyncEnumerable.cs 5b9bb8d9cf Adding link to the language proposal. 8 лет назад
IAsyncEnumerator.cs 5b9bb8d9cf Adding link to the language proposal. 8 лет назад
IAsyncGrouping.cs 5ab0208a38 Clean up some garbage. 8 лет назад
IIListProvider.cs da9bdd0cd7 Mark interface as internal. 8 лет назад
IOrderedAsyncEnumerable.cs c695d246f2 More code cosmetics. 8 лет назад
IgnoreElements.cs c695d246f2 More code cosmetics. 8 лет назад
Intersect.cs c695d246f2 More code cosmetics. 8 лет назад
IsEmpty.cs 582670448c Splitting IsEmpty into separate file. 8 лет назад
Join.cs c695d246f2 More code cosmetics. 8 лет назад
Last.cs c695d246f2 More code cosmetics. 8 лет назад
Lookup.cs c695d246f2 More code cosmetics. 8 лет назад
Max.cs 8a4db0c35a Async variants of MinBy and MaxBy. 8 лет назад
Min.cs 8a4db0c35a Async variants of MinBy and MaxBy. 8 лет назад
MinMax.Generated.cs 01c87be60b Async variants of Aggregate. 8 лет назад
MinMax.Generated.tt 01c87be60b Async variants of Aggregate. 8 лет назад
OnErrorResumeNext.cs b313e4060f Some more cosmetics. 8 лет назад
OrderBy.cs b313e4060f Some more cosmetics. 8 лет назад
OrderedAsyncEnumerable.cs b313e4060f Some more cosmetics. 8 лет назад
Range.cs b313e4060f Some more cosmetics. 8 лет назад
Repeat.cs b313e4060f Some more cosmetics. 8 лет назад
Retry.cs b313e4060f Some more cosmetics. 8 лет назад
Reverse.cs b313e4060f Some more cosmetics. 8 лет назад
Scan.cs b313e4060f Some more cosmetics. 8 лет назад
Select.cs b313e4060f Some more cosmetics. 8 лет назад
SelectMany.cs cef656eb14 Adding remaining async variants of SelectMany. 8 лет назад
SequenceEqual.cs b313e4060f Some more cosmetics. 8 лет назад
Set.cs b313e4060f Some more cosmetics. 8 лет назад
Single.cs b313e4060f Some more cosmetics. 8 лет назад
Skip.cs b313e4060f Some more cosmetics. 8 лет назад
StartWith.cs 6a514382f6 Renaming a file. 8 лет назад
Strings.cs b313e4060f Some more cosmetics. 8 лет назад
Sum.Generated.cs 47756a08d1 Fixing code generation for Sum. 8 лет назад
Sum.Generated.tt 47756a08d1 Fixing code generation for Sum. 8 лет назад
System.Interactive.Async.csproj 4f3a90ada1 Generating Average. 8 лет назад
Take.cs b313e4060f Some more cosmetics. 8 лет назад
TaskExt.cs 1c9258123a Moving CompletedTask to TaskExt. 8 лет назад
ToAsyncEnumerable.cs b313e4060f Some more cosmetics. 8 лет назад
ToCollection.cs b313e4060f Some more cosmetics. 8 лет назад
ToObservable.cs 930cfc6cd4 Some code modernization. 8 лет назад
Union.cs 8af963fe32 Some cleanup. 8 лет назад
Using.cs bcf2c05a15 Async variant of using. 8 лет назад
Where.cs 8af963fe32 Some cleanup. 8 лет назад
Zip.cs 8af963fe32 Some cleanup. 8 лет назад