Commit History

Author SHA1 Message Date
  Ruben Schmidmeister 28ded8aa8d Use source generator to generate CountAsync overloads 4 years ago
  Ruben Schmidmeister fe3518a807 Use source generator to generate AverageAsync overloads 4 years ago
  Ruben Schmidmeister 494816f2aa Use source generator to generate AnyAsync overloads 4 years ago
  Ruben Schmidmeister dc96f68200 Use source generator to generate AllAsync overloads 4 years ago
  Ruben Schmidmeister 6a7e6f6155 Use source generator to generate AggregateAsync overloads 4 years ago
  Daniel Weber e78f3a3409 AsyncEnumerable.LastOrDefault*Async: Fix signature for nullable. 5 years ago
  Daniel Weber ee1904e1d9 AsyncEnumerable.FirstOrDefault*Async: Fix signature for nullable. 5 years ago
  Daniel Weber 3e80aba1b3 AsyncEnumerable.SingleOrDefault*Async: Fix signature for nullable. 5 years ago
  Claire Novotny f1b5e96157 Update to MIT license 5 years ago
  Newell Clark e548ea403a Added xml doc comments to all the XxxAwaitAsync overloads in AsyncEnumerable.AsyncOverloads.cs 5 years ago
  Newell Clark 8eee40bff5 Added doc comments to Min/Max, GroupBy, Sum, Average, and Aggregate await-async overloads. 5 years ago
  Newell Clark f6b1278b2e Added xml doc comments to SelectAwait and SelectManyAwait. 5 years ago
  Bart De Smet 0311af1adb Fix a number of nullable warnings. 6 years ago
  Bart De Smet 9e72e4620f Fix optional parameters for async overloads 6 years ago
  Bart De Smet b8c42e1bb9 Introduce a single place where all public async overloads are maintained to evaluate design options using a single SUPPORT_FLAT_ASYNC_API flag. 6 years ago
  Bart De Smet 895cae3801 Generic API surface for async overloads. 6 years ago