Commit Verlauf

Autor SHA1 Nachricht Datum
  Daniel Weber c1b2e10858 In AsyncIterator.Dispose, check whether cancellationTokenSource is null. Since AsyncIterator is not public, the problem here only arises when a reference of AsyncIterator is explicitly cast to IDisposable and disposed of - in IoC-containers like Autofac, this is a common scenario since it keeps track of all created disposables so this is gonna explode somewhere without this fix. vor 9 Jahren
  Oren Novotny 73b93fd38d Using vor 9 Jahren
  Oren Novotny 235d2e692c limit cxl token scope vor 9 Jahren
  Oren Novotny 2fd3ca0c5d Remove nested type in generic class vor 9 Jahren
  Oren Novotny 2625ec1b44 Fix short-circuit to ensure we throw vor 9 Jahren
  Oren Novotny f50dec7ceb Short circuit on pre-cancelled token vor 9 Jahren
  Oren Novotny 0841a4e47d Fixes to tests vor 9 Jahren
  Oren Novotny abfb2c93da Address some bugs that were hanging tests vor 9 Jahren
  Oren Novotny eae9668922 Change visibility of MoveNextCore to protected vor 9 Jahren
  Oren Novotny 902947c1fb Ensure CancellationToken's are properly hooked up vor 9 Jahren
  Oren Novotny d962aebc40 Add where/select optimizations vor 9 Jahren