log

age author description
Thu, 21 Sep 2017 01:06:32 +0300 cin Added SerializationHelpers.SerializeToFile method v2
Wed, 13 Sep 2017 16:55:13 +0300 cin slowly cutting off mono specific settings v2
Tue, 12 Sep 2017 19:07:42 +0300 cin JsonXmlReader performance tuning v2
Tue, 12 Sep 2017 01:19:12 +0300 cin Rewritten JsonScanner, JsonParser, fixed naming style v2
Sat, 09 Sep 2017 03:53:13 +0300 cin Reimplemented JsonXmlReader, added support for null values: JSON null values are v2
Fri, 25 Aug 2017 02:16:35 +0300 cin fixed JSON parser error when parsing escaped double quote symbol v2
Wed, 23 Aug 2017 02:38:02 +0300 cin JSONXmlReaderFixed fixed boolean values handling v2
Tue, 22 Aug 2017 12:45:01 +0300 cin Слияние с default v2
Tue, 22 Aug 2017 09:35:54 +0300 cin Слияние default
Tue, 22 Aug 2017 09:34:47 +0300 cin sync
Fri, 23 Jun 2017 01:03:42 +0300 cin fixed recursion in Safe.Dispose with IEnumerable v2
Tue, 20 Jun 2017 19:45:52 +0300 cin .csproj changes v2
Thu, 18 May 2017 16:53:14 +0300 cin fixed trace v2
Thu, 04 May 2017 02:17:53 +0300 cin Trace logical operations in the correct channel v2
Tue, 02 May 2017 17:33:04 +0300 cin More verbose output with TextFileListener v2
Tue, 25 Apr 2017 19:51:33 +0300 cin Fixed component container v2
Fri, 21 Apr 2017 14:27:17 +0300 cin Fixed InteractiveListener to support OLE and clipboard. v2
Fri, 14 Apr 2017 15:57:23 +0300 cin Added the time delta column to the interactive trace listener v2
Tue, 11 Apr 2017 01:35:18 +0300 cin Minor code changes v2
Tue, 04 Apr 2017 12:04:05 +0300 cin Added class Trace<T> to manage channels for individual classes, if SomeClass v2
Tue, 21 Mar 2017 17:29:13 +0300 cin Code review, added a non generic version of SyncContextPromise v2
Mon, 20 Mar 2017 17:44:18 +0300 cin Code review for RunnableComponent v2
Wed, 16 Nov 2016 03:06:08 +0300 cin Bound promise to CancellationToken v2
Sun, 13 Nov 2016 18:28:17 +0300 cin RunnableComponent.Dispose(bool,Exception) changed to standart Dispose(bool) v2
Wed, 09 Nov 2016 12:03:22 +0300 cin added Safe.DispatchEvent() a legacy equivalent for '?.Invoke()' v2
Tue, 25 Oct 2016 17:40:45 +0300 cin Слияние v2
Tue, 25 Oct 2016 17:40:33 +0300 cin Added ResetState to RunnableComponent to reset in case of failure v2
Mon, 24 Oct 2016 11:24:45 +0300 cin Fixed broken Implab.Diagnostics.Interactive v2
Tue, 18 Oct 2016 17:49:54 +0300 cin Added 'Fail' method to RunnableComponent which allows component to move from v2
Tue, 18 Oct 2016 01:03:49 +0300 cin Implemented PollingRunnableComponent v2