Ian Griffiths 4f341fc2d5 Fix Union Dispose bug #2112 (#2131) há 1 ano atrás
..
Aggregate.cs 6a7e6f6155 Use source generator to generate AggregateAsync overloads há 4 anos atrás
All.cs dc96f68200 Use source generator to generate AllAsync overloads há 4 anos atrás
Any.cs 494816f2aa Use source generator to generate AnyAsync overloads há 4 anos atrás
AppendPrepend.cs f1b5e96157 Update to MIT license há 5 anos atrás
AsAsyncEnumerable.cs f1b5e96157 Update to MIT license há 5 anos atrás
Average.Generated.cs fe3518a807 Use source generator to generate AverageAsync overloads há 4 anos atrás
Average.Generated.tt f1b5e96157 Update to MIT license há 5 anos atrás
Cast.cs 0c2a889749 Enable usage of EnumeratorCancellaton across the board. há 5 anos atrás
Concat.cs f1b5e96157 Update to MIT license há 5 anos atrás
Contains.cs f1b5e96157 Update to MIT license há 5 anos atrás
Count.cs 28ded8aa8d Use source generator to generate CountAsync overloads há 4 anos atrás
DefaultIfEmpty.cs f1b5e96157 Update to MIT license há 5 anos atrás
Distinct.cs f1b5e96157 Update to MIT license há 5 anos atrás
ElementAt.cs f1b5e96157 Update to MIT license há 5 anos atrás
ElementAtOrDefault.cs 91a2b87398 AsyncEnumerable.ElementAtOrDefault*Async: Fix signature for nullable. há 5 anos atrás
Empty.cs f1b5e96157 Update to MIT license há 5 anos atrás
Except.cs 0c2a889749 Enable usage of EnumeratorCancellaton across the board. há 5 anos atrás
First.cs 48fda12ddb Use source generator to generate FirstAsync overloads há 4 anos atrás
FirstOrDefault.cs 204bab417b Use source generator to generate FirstOrDefaultAsync overloads há 4 anos atrás
ForEach.cs 4e091da3c6 Use source generator to generate ForEachAsync overloads há 4 anos atrás
GroupBy.cs 7f92687de1 Use source generator to generate GroupByAsync overloads há 4 anos atrás
GroupJoin.cs 6682a14864 Use source generator to generate GroupJoinAsync overloads há 4 anos atrás
Grouping.cs f1b5e96157 Update to MIT license há 5 anos atrás
Intersect.cs 0c2a889749 Enable usage of EnumeratorCancellaton across the board. há 5 anos atrás
Join.cs 6bc4010651 Use source generator to generate JoinAsync overloads há 4 anos atrás
Last.cs 71f4c0d5bd Use source generator to generate LastAsync overloads há 4 anos atrás
LastOrDefault.cs 5089f33287 Use source generator to generate LastOrDefaultAsync overloads há 4 anos atrás
LongCount.cs 74d2d1d907 Use source generator to generate LongCount overloads há 4 anos atrás
Lookup.cs f1b5e96157 Update to MIT license há 5 anos atrás
Max.cs 3ad44930f1 Use source generator to generate MaxAsync overloads há 4 anos atrás
Min.cs 4c6f66a19e Use source generator to generate MinAsync overloads há 4 anos atrás
MinMax.Generated.cs 4c6f66a19e Use source generator to generate MinAsync overloads há 4 anos atrás
MinMax.Generated.tt c9acefcb75 Add documentation to AsyncEnumerable methods. há 6 anos atrás
OfType.cs 3ad0032f89 fix: OfType now accepts a collection of object? há 4 anos atrás
OrderBy.cs 59e761dc16 Use source generator to generate OrderByAsync/ThenByAsync overloads há 4 anos atrás
OrderedAsyncEnumerable.cs f1b5e96157 Update to MIT license há 5 anos atrás
Range.cs f1b5e96157 Update to MIT license há 5 anos atrás
Repeat.cs f1b5e96157 Update to MIT license há 5 anos atrás
Reverse.cs f1b5e96157 Update to MIT license há 5 anos atrás
Select.Opt.Generated.cs f1b5e96157 Update to MIT license há 5 anos atrás
Select.Opt.Generated.tt f1b5e96157 Update to MIT license há 5 anos atrás
Select.Opt.cs f1b5e96157 Update to MIT license há 5 anos atrás
Select.cs b9795ae95b Use source generator to generate SelectAsync overloads há 4 anos atrás
SelectMany.cs 5ca2bb26ca Use source generator to generate SelectManyAsync overloads há 4 anos atrás
SequenceEqual.cs f1b5e96157 Update to MIT license há 5 anos atrás
Single.cs 687efd21d8 Use source generator to generate SingleAsync overloads há 4 anos atrás
SingleLinkedNode.cs c243ae1ab5 Include icon in package & fix a couple warnings há 3 anos atrás
SingleOrDefault.cs e0a2a929d8 Use source generator to generate SingleOrDefault overloads há 4 anos atrás
Skip.cs f1b5e96157 Update to MIT license há 5 anos atrás
SkipLast.cs 0c2a889749 Enable usage of EnumeratorCancellaton across the board. há 5 anos atrás
SkipWhile.cs 35d1400411 Use source generator to generate SkipWhileAsync overloads há 4 anos atrás
Sum.Generated.cs 9d0aaca2be Use source generator to generate SumAsync overloads há 4 anos atrás
Sum.Generated.tt f1b5e96157 Update to MIT license há 5 anos atrás
Take.cs f1b5e96157 Update to MIT license há 5 anos atrás
TakeLast.cs 0c2a889749 Enable usage of EnumeratorCancellaton across the board. há 5 anos atrás
TakeWhile.cs 9831e39463 Use source generator to generate TakeWhileAsync overloads há 4 anos atrás
ToArray.cs f1b5e96157 Update to MIT license há 5 anos atrás
ToAsyncEnumerable.Observable.cs c243ae1ab5 Include icon in package & fix a couple warnings há 3 anos atrás
ToAsyncEnumerable.Task.cs f1b5e96157 Update to MIT license há 5 anos atrás
ToAsyncEnumerable.cs f1b5e96157 Update to MIT license há 5 anos atrás
ToDictionary.cs b800176892 Use source generator to generate ToDictionary overloads há 4 anos atrás
ToEnumerable.cs f1b5e96157 Update to MIT license há 5 anos atrás
ToHashSet.cs f1b5e96157 Update to MIT license há 5 anos atrás
ToList.cs f1b5e96157 Update to MIT license há 5 anos atrás
ToLookup.cs a9883be7df Use source generator to generate ToLookupAsync overloads há 4 anos atrás
ToObservable.cs f1b5e96157 Update to MIT license há 5 anos atrás
Union.cs 4f341fc2d5 Fix Union Dispose bug #2112 (#2131) há 1 ano atrás
Utilities.cs f1b5e96157 Update to MIT license há 5 anos atrás
Where.Opt.Generated.cs f1b5e96157 Update to MIT license há 5 anos atrás
Where.Opt.Generated.tt f1b5e96157 Update to MIT license há 5 anos atrás
Where.Opt.cs f1b5e96157 Update to MIT license há 5 anos atrás
Where.cs 8c85e825a7 Use source generator to generate WhereAsync overloads há 4 anos atrás
Zip.cs 0326d66503 Remove old ifdefs from old platforms há 3 anos atrás