Nuclex.Support/Source
2019-02-06 07:00:27 +00:00
..
Async Fixed async task notifications; added more comments; restored CancellationToken methods; removed useless usings 2017-01-21 22:08:24 +00:00
Cloning Added a set of interfaces implementing async methods in a plain enough way to support coroutines, RPC and P/Invokes; updated copyright statement for the year 2017 2017-01-21 21:33:55 +00:00
Collections Fixed async task notifications; added more comments; restored CancellationToken methods; removed useless usings 2017-01-21 22:08:24 +00:00
IO Fixed async task notifications; added more comments; restored CancellationToken methods; removed useless usings 2017-01-21 22:08:24 +00:00
Licensing Fixed async task notifications; added more comments; restored CancellationToken methods; removed useless usings 2017-01-21 22:08:24 +00:00
Parsing Fixed async task notifications; added more comments; restored CancellationToken methods; removed useless usings 2017-01-21 22:08:24 +00:00
Settings Added a set of interfaces implementing async methods in a plain enough way to support coroutines, RPC and P/Invokes; updated copyright statement for the year 2017 2017-01-21 21:33:55 +00:00
Threading Cleaned and added a base class for view models with background processing tha uses the new ThreadedAction class to do its background processing; added a view binding interface for WinForms that emulates the WPF design 2019-02-06 07:00:27 +00:00
EnumHelper.cs Fixed async task notifications; added more comments; restored CancellationToken methods; removed useless usings 2017-01-21 22:08:24 +00:00
EnumHelper.Test.cs Added a set of interfaces implementing async methods in a plain enough way to support coroutines, RPC and P/Invokes; updated copyright statement for the year 2017 2017-01-21 21:33:55 +00:00
FloatHelper.cs Fixed async task notifications; added more comments; restored CancellationToken methods; removed useless usings 2017-01-21 22:08:24 +00:00
FloatHelper.Test.cs Added a set of interfaces implementing async methods in a plain enough way to support coroutines, RPC and P/Invokes; updated copyright statement for the year 2017 2017-01-21 21:33:55 +00:00
GarbagePolicy.cs Added a set of interfaces implementing async methods in a plain enough way to support coroutines, RPC and P/Invokes; updated copyright statement for the year 2017 2017-01-21 21:33:55 +00:00
IntegerHelper.cs Fixed async task notifications; added more comments; restored CancellationToken methods; removed useless usings 2017-01-21 22:08:24 +00:00
IntegerHelper.Test.cs Added a set of interfaces implementing async methods in a plain enough way to support coroutines, RPC and P/Invokes; updated copyright statement for the year 2017 2017-01-21 21:33:55 +00:00
Observable.cs Fixed async task notifications; added more comments; restored CancellationToken methods; removed useless usings 2017-01-21 22:08:24 +00:00
Observable.Test.cs Used pragmas to avoid warnings in unit tests designed to test obsolete methods; method thread-related classes into a new namespace, 'Threading' 2019-02-01 19:54:28 +00:00
ObservableHelper.cs Added a set of interfaces implementing async methods in a plain enough way to support coroutines, RPC and P/Invokes; updated copyright statement for the year 2017 2017-01-21 21:33:55 +00:00
ObservableHelper.Test.cs Added a set of interfaces implementing async methods in a plain enough way to support coroutines, RPC and P/Invokes; updated copyright statement for the year 2017 2017-01-21 21:33:55 +00:00
PathHelper.cs Added a set of interfaces implementing async methods in a plain enough way to support coroutines, RPC and P/Invokes; updated copyright statement for the year 2017 2017-01-21 21:33:55 +00:00
PathHelper.Test.cs Added a set of interfaces implementing async methods in a plain enough way to support coroutines, RPC and P/Invokes; updated copyright statement for the year 2017 2017-01-21 21:33:55 +00:00
PropertyChangedEventArgsHelper.cs Fixed async task notifications; added more comments; restored CancellationToken methods; removed useless usings 2017-01-21 22:08:24 +00:00
PropertyChangedEventArgsHelper.Test.cs Used pragmas to avoid warnings in unit tests designed to test obsolete methods; method thread-related classes into a new namespace, 'Threading' 2019-02-01 19:54:28 +00:00
Shared.cs The Shared helper is now obsolete (singletons are just too bad, not even suitable as workaround for static methods in interfaces for generic types; some cosmetic changes; made the ThreadRunner public 2019-02-02 12:47:07 +00:00
Shared.Test.cs The Shared helper is now obsolete (singletons are just too bad, not even suitable as workaround for static methods in interfaces for generic types; some cosmetic changes; made the ThreadRunner public 2019-02-02 12:47:07 +00:00
StringBuilderHelper.cs Added a set of interfaces implementing async methods in a plain enough way to support coroutines, RPC and P/Invokes; updated copyright statement for the year 2017 2017-01-21 21:33:55 +00:00
StringBuilderHelper.Test.cs Added a set of interfaces implementing async methods in a plain enough way to support coroutines, RPC and P/Invokes; updated copyright statement for the year 2017 2017-01-21 21:33:55 +00:00
StringHelper.cs Fixed async task notifications; added more comments; restored CancellationToken methods; removed useless usings 2017-01-21 22:08:24 +00:00
StringHelper.Test.cs Added a set of interfaces implementing async methods in a plain enough way to support coroutines, RPC and P/Invokes; updated copyright statement for the year 2017 2017-01-21 21:33:55 +00:00
StringSegment.cs Fixed async task notifications; added more comments; restored CancellationToken methods; removed useless usings 2017-01-21 22:08:24 +00:00
StringSegment.Test.cs Added a set of interfaces implementing async methods in a plain enough way to support coroutines, RPC and P/Invokes; updated copyright statement for the year 2017 2017-01-21 21:33:55 +00:00
TypeHelper.cs The Shared helper is now obsolete (singletons are just too bad, not even suitable as workaround for static methods in interfaces for generic types; some cosmetic changes; made the ThreadRunner public 2019-02-02 12:47:07 +00:00
TypeHelper.Test.cs Added a set of interfaces implementing async methods in a plain enough way to support coroutines, RPC and P/Invokes; updated copyright statement for the year 2017 2017-01-21 21:33:55 +00:00
WeakReference.cs Fixed async task notifications; added more comments; restored CancellationToken methods; removed useless usings 2017-01-21 22:08:24 +00:00
WeakReference.Test.cs Added a set of interfaces implementing async methods in a plain enough way to support coroutines, RPC and P/Invokes; updated copyright statement for the year 2017 2017-01-21 21:33:55 +00:00
XmlHelper.cs The Shared helper is now obsolete (singletons are just too bad, not even suitable as workaround for static methods in interfaces for generic types; some cosmetic changes; made the ThreadRunner public 2019-02-02 12:47:07 +00:00
XmlHelper.Test.cs Added a set of interfaces implementing async methods in a plain enough way to support coroutines, RPC and P/Invokes; updated copyright statement for the year 2017 2017-01-21 21:33:55 +00:00