1
0
Bart De Smet 3db1e471d1 Moving StartWith to AsyncEnumerableEx. 8 жил өмнө
..
Properties 48c0707a7f Migrate to VS 2017 8 жил өмнө
System 3db1e471d1 Moving StartWith to AsyncEnumerableEx. 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 0bf919fd74 Adding AsyncEnumerableEx. 8 жил өмнө
AsyncEnumerableHelpers.cs 4e6c9fb11e More code cosmetics. 8 жил өмнө
AsyncEnumerator.cs 6ebcbef413 Splitting types in different files. 8 жил өмнө
AsyncIterator.cs 63cecd31c3 Making AsyncIterator a top-level class. 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 жил өмнө
Cast.cs 4e6c9fb11e More code cosmetics. 8 жил өмнө
Concat.cs 27a6d083f4 Rename Concat. 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 жил өмнө
Disposables.cs eceec47d15 Some improvements to disposables. 8 жил өмнө
Distinct.cs 850e27d487 Splitting Distinct and DistinctUntilChanged. 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 жил өмнө
First.cs 4babd9fa33 Reordering First overloads. 8 жил өмнө
ForEach.cs 91dc1f106a Async variants of ForEachAsync. 8 жил өмнө
GroupBy.cs 83ace94afc Async variants of GroupBy. 8 жил өмнө
GroupJoin.cs 591f7b755b Async variants of GroupJoin. 8 жил өмнө
Grouping.cs 7f43322403 Splitting GroupBy operators into separate file. 8 жил өмнө
IIListProvider.cs da9bdd0cd7 Mark interface as internal. 8 жил өмнө
Intersect.cs 8a24dbf26a Reordering overloads of Intersect. 8 жил өмнө
IsEmpty.cs 582670448c Splitting IsEmpty into separate file. 8 жил өмнө
Join.cs 0e3f3bd005 Async variants of Join. 8 жил өмнө
Last.cs 5c8c9fce94 Sorting Last overloads. 8 жил өмнө
Max.cs 55fad84d04 Splitting [Min|Max][By] files. 8 жил өмнө
MaxBy.cs 55fad84d04 Splitting [Min|Max][By] files. 8 жил өмнө
Min.cs 55fad84d04 Splitting [Min|Max][By] files. 8 жил өмнө
MinBy.cs 55fad84d04 Splitting [Min|Max][By] files. 8 жил өмнө
MinMax.Generated.cs 01c87be60b Async variants of Aggregate. 8 жил өмнө
MinMax.Generated.tt 01c87be60b Async variants of Aggregate. 8 жил өмнө
OrderBy.cs e280f57f0f Initial work on async variants for OrderBy. 8 жил өмнө
OrderedAsyncEnumerable.cs 63cecd31c3 Making AsyncIterator a top-level class. 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 2456f5767b Async variants of Scan. 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 be85d6ae77 Reordering Single overloads. 8 жил өмнө
Skip.cs b313e4060f Some more cosmetics. 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 1c69583ffa Moving interfaces to System.Linq.Async. 8 жил өмнө
Take.cs b313e4060f Some more cosmetics. 8 жил өмнө
TaskExt.cs f9560f62d4 Marking TaskExt as internal. 8 жил өмнө
ToArray.cs 8a97fe8fd6 Splitting ToArray, ToDictionary, and ToList. 8 жил өмнө
ToAsyncEnumerable.cs b313e4060f Some more cosmetics. 8 жил өмнө
ToDictionary.cs 73b6aeffa1 Async variants of ToDictionary. 8 жил өмнө
ToList.cs 8a97fe8fd6 Splitting ToArray, ToDictionary, and ToList. 8 жил өмнө
ToLookup.cs 83ace94afc Async variants of GroupBy. 8 жил өмнө
ToObservable.cs 59fa82f619 Sealing some classes. 8 жил өмнө
Union.cs a08c66a558 Reordering overloads of Union. 8 жил өмнө
Using.cs bcf2c05a15 Async variant of using. 8 жил өмнө
Where.cs 8af963fe32 Some cleanup. 8 жил өмнө
Zip.cs 8af963fe32 Some cleanup. 8 жил өмнө