log

age author description
2017-08-22 cin Слияние с default v2
2017-08-22 cin Слияние default
2017-08-22 cin sync
2017-06-22 cin fixed recursion in Safe.Dispose with IEnumerable v2
2017-06-20 cin .csproj changes v2
2017-05-18 cin fixed trace v2
2017-05-03 cin Trace logical operations in the correct channel v2
2017-05-02 cin More verbose output with TextFileListener v2
2017-04-25 cin Fixed component container v2
2017-04-21 cin Fixed InteractiveListener to support OLE and clipboard. v2
2017-04-14 cin Added the time delta column to the interactive trace listener v2
2017-04-10 cin Minor code changes v2
2017-04-04 cin Added class Trace<T> to manage channels for individual classes, if SomeClass v2
2017-03-21 cin Code review, added a non generic version of SyncContextPromise v2
2017-03-20 cin Code review for RunnableComponent v2
2016-11-16 cin Bound promise to CancellationToken v2
2016-11-13 cin RunnableComponent.Dispose(bool,Exception) changed to standart Dispose(bool) v2
2016-11-09 cin added Safe.DispatchEvent() a legacy equivalent for '?.Invoke()' v2
2016-10-25 cin Слияние v2
2016-10-25 cin Added ResetState to RunnableComponent to reset in case of failure v2
2016-10-24 cin Fixed broken Implab.Diagnostics.Interactive v2
2016-10-18 cin Added 'Fail' method to RunnableComponent which allows component to move from v2
2016-10-17 cin Implemented PollingRunnableComponent v2
2016-10-16 cin TraceLog tests v2
2016-10-14 cin working version of the project v2
2016-10-14 cin Слияние с default v2
2016-10-10 koff fixed error handling for chained actions
2016-09-01 cin fixed: the error handler should not handle handlers errors
2016-08-29 cin fixed promise chaining behavior, the error handler doesn't handle result or cancellation handlers exceptions these exceptions are propagated to the next handlers.
2016-05-04 cin minor changes v2