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
2011-08-14 10:55:45 +00:00
Documents Completed the command line parser, then decided while adding result validation to the unit tests that the parser should be greedy (and accept option initiators within option names) - I don't like the way the parser code turned out anyway, so I'll rewrite soon 2008-12-11 20:15:21 +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 Moved all transaction-related code from Nuclex.Support into a new project (even though it's very carefully designed, it has proven to be rarely required and .NET 4.0 Tasks make it an almost redundant implementation) 2011-08-14 10:55:45 +00:00
Nuclex.Support (net-4.0).csproj Assigning null to a key in the MultiDictionary will not delete that key (this behavior is symmetric with the behavior of querying the values under a key where null indicates that the key doesn't exist - it also doesn't add any "secret tricks" because the normal Dictionary doesn't intersect this functionality of having an extra container between the key and the values) 2011-08-14 09:33:10 +00:00
Nuclex.Support (xna-4.0-phone7).csproj Added NO_SPECIALIZED_COLLECTIONS constant to release builds, too 2011-07-04 22:27:45 +00:00
Nuclex.Support (xna-4.0-xbox360).csproj Added NO_SPECIALIZED_COLLECTIONS constant to release builds, too 2011-07-04 22:27:45 +00:00