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-08 19:26:05 +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 Fixed a bug in the cloners: if a class has properties with only a setter or only a getter, the property-based clones now ignore that property; added a unit test that verifies types without a default constructor can be cloned as well 2012-02-08 19:26:05 +00:00
Nuclex.Support (net-4.0).csproj Removed a dead variable when cloning arrays 2012-02-08 12:47:35 +00:00
Nuclex.Support (xna-4.0-phone7).csproj Removed a dead variable when cloning arrays 2012-02-08 12:47:35 +00:00
Nuclex.Support (xna-4.0-xbox360).csproj Removed a dead variable when cloning arrays 2012-02-08 12:47:35 +00:00