Historia zmian

Autor SHA1 Wiadomość Data
  Ian Griffiths a363e7942b Fix RefCount bugs (#2216) 1 miesiąc temu
  Ian Griffiths 044ff7c096 Resolve SDK 8.0.2xx diagnostics (#2100) 1 rok temu
  Ian Griffiths b0113d5db3 Feature/1898 fix diagnostics (#1928) 2 lat temu
  Ian Griffiths 44a28a892d Replace xUnit with mstest (#1883) 2 lat temu
  Claire Novotny f1b5e96157 Update to MIT license 5 lat temu
  Dávid Karnok 062e05a705 Add argument checking for the overloads 5 lat temu
  Dávid Karnok a18844d316 Add RefCount overloads with minimum observer count requirement 5 lat temu
  akarnokd eb10483c3d Do not connect if the source completes immediately 7 lat temu
  Daniel Weber aa1f4c468e Add a unit test that asserts that RefCount will Connect properly if a previous subscription terminated synchronously. This test will succeed with the fix from 35757bd0820405deae38c424f4197ed73a1d6dea but will fail on the commit before (0bf8cffdaea38cac91feb28d0a5ba8c78e9815e1). 7 lat temu
  akarnokd 1324196982 4.x: Clean unnecessary arguments, fix field namings, use patterns, inline out vars 7 lat temu
  Oren Novotny 4f2c4d34ee Code cleanup with tests after upping langversion 7 lat temu
  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 lat temu
  David Karnok 1a4c2f2691 4.x: Refactor Linq operator unit tests into separate files/classes (#527) 7 lat temu