提交历史

作者 SHA1 备注 提交日期
  Ian Griffiths 1ffbcad513 Add ResetExceptionDispatchState operator and document exception reuse limitations (#2237) 2 周之前
  Ian Griffiths 8a0af2d358 TakeUntil with CancellationToken (#2222) 1 月之前
  Ian Griffiths 3507d5e628 Allow opt-out from TaskScheduler.UnobservedExceptions (#1914) 2 年之前
  Ian Griffiths e7c81256a4 Enable trimming in .NET 6 targets (#1906) 2 年之前
  Daniel Weber 9fa3f4d645 ElementAtOrDefault 5 年之前
  Daniel Weber 2d2e0b777a LastOrDefaultAsync 5 年之前
  Daniel Weber ae06a1837f SingleOrDefaultAsync. 5 年之前
  Daniel Weber 7d8ee67837 Change signature of Observable.DefaultIfEmpty to a IObservable<TSource?> return type. 5 年之前
  Daniel Weber e317d45c1e Change signature of Observable.FirstOrDefaultAsync to a IObservable<TSource?> return type. 5 年之前
  Bart De Smet ffd12048ad Enable #nullable for easy query operator implementations. 5 年之前
  Bart De Smet 0f806fd9cd Enabling #nullable for operator surface. 5 年之前
  Bart De Smet 79d66b9600 First step to enable nullable in Rx. 5 年之前
  Bart De Smet 27cb07eb10 Generate Zip and CombineLatest query language members using T4. 5 年之前
  Claire Novotny f1b5e96157 Update to MIT license 5 年之前
  Dávid Karnok a18844d316 Add RefCount overloads with minimum observer count requirement 5 年之前
  Daniel C. Weber de57ac905f Remove redundant qualifiers. (#652) 7 年之前
  David Karnok ae8c9898ba Add the TakeUntil(Func<T, bool>) operator (#612) 7 年之前
  Peter Wehrfritz c165913e2d Add the Append and Prepend operator (#567) 7 年之前
  Daniel C. Weber bdb54133ab Added lazy RefCount operator for IObservables. Lazy RefCount connects like RefCount but may delay disconnection. This is useful whenever a lot of connect/disconnect cycles are expected within a short timespan but with a significant overhead in connecting/disconnecting. Some unit tests have been added. Lazy RefCount has been excluded from methods that must be present for Qbservable as well. I leave it up to others to decide what Lazy RefCount means for Qbservable and whether there should be an implementation. (#133) 7 年之前
  David Karnok 24fb6db610 Add the RepeatWhen operator (#536) 7 年之前
  David Karnok 3964f9f8c0 4.x: Add the IConnectableObservable.AutoConnect() operator (#497) 7 年之前
  David Karnok d1f88cc7e3 4.x: Add the RetryWhen operator (#486) 7 年之前
  Bart De Smet 4fc979faee Removing NO_PERF symbol. 8 年之前
  Bart De Smet adbb3d1102 Removing conditional compilation for TPL. 8 年之前
  Bart J.F. De Smet 0cef183d6f Merge pull request #357 from Reactive-Extensions/WeHaveLargeArityDelegatesNow 8 年之前
  Bart De Smet 57edb89658 Removing checks for absence of higher arity delegate types. 8 年之前
  Oren Novotny f9d73145a0 Merge pull request #354 from Reactive-Extensions/NoEventArgsConstraints 8 年之前
  Bart De Smet 290fe9902f Removing check for EventArgs constraint. 8 年之前
  Bart De Smet de52350d27 Removing checks for absence of SynchronizationContext. 8 年之前
  Oren Novotny da3b5ed03e move files to src\tests\facades 8 年之前