Library of supporting code for .NET. Observable collections, settings storage registry and .ini files, deep object cloning, command line parser, stream chaining and segmenting, license key transformation and many more things.
Go to file
2012-02-12 13:46:19 +00:00
Documents All cloners are now able to clone objects without default constructors; began work on a property-based expression tree cloner 2012-02-08 15:20:39 +00:00
Properties Updated project files to a more consistent naming scheme; added .NET 4.0 project 2010-04-16 11:09:25 +00:00
Source CanGetProcessThreadForManagedThread() test now only runs on Windows systems; removed unused variable from expression tree cloner; removed unused variable from unit test of weak collection; fixed test issue parsing command lines relying on current platform being windows; removed unused variable from Semaphore class 2012-02-12 13:46:19 +00:00
Nuclex.Support (net-4.0).csproj There was still an issue with the cloners: private fields in base classes were not cloned properly - problem fixed and unit tests added to prevent regressions 2012-02-08 22:18:36 +00:00
Nuclex.Support (xna-4.0-phone7).csproj There was still an issue with the cloners: private fields in base classes were not cloned properly - problem fixed and unit tests added to prevent regressions 2012-02-08 22:18:36 +00:00
Nuclex.Support (xna-4.0-xbox360).csproj There was still an issue with the cloners: private fields in base classes were not cloned properly - problem fixed and unit tests added to prevent regressions 2012-02-08 22:18:36 +00:00