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
2014-07-20 22:53:03 +00:00
Documents Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
Properties Updated copyright statement for the year 2013 2013-04-25 13:12:32 +00:00
Source Changed the format of how the parsed configuration file is stored in memory - lines are now part of the categories, avoiding a costly scan over the whole array if lines are added to a category in the middle 2014-07-20 22:53:03 +00:00
Nuclex.Support (mono-3.5-unity).csproj Added a C# port of my new Variegator collection, a MultiDictionary that resolves ambiguities by picking a random value or providing the least recently used one, very useful for returning varying responses 2013-06-27 16:05:54 +00:00
Nuclex.Support (net-4.0).csproj Added some unit tests; the configuration file parser can now parse categories 2014-07-20 12:42:09 +00:00
Nuclex.Support (xna-4.0-phone7).csproj Added more unit tests to the floating point helper classes; Variegator unit test is now internal 2013-07-15 13:38:21 +00:00
Nuclex.Support (xna-4.0-xbox360).csproj Added more unit tests to the floating point helper classes; Variegator unit test is now internal 2013-07-15 13:38:21 +00:00