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
2009-04-01 20:32:22 +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 Moved Shared.cs from Nuclex.Math to Nuclex.Support because this class can be quite useful in other locations as well; added CPL copyright header to all files in Nuclex.Math; fixed copyright date in AssemblyInfo.cs of Nuclex.Math and Nuclex.Support 2008-10-22 20:45:13 +00:00
Source Fixed a bug in the Transaction class that would skip on the AsyncEnded subscriber callbacks if a subscriber unsubscribed during the callback (either in the callback thread or asynchronously at the same time); wrote a unit test that highlights the bug 2009-04-01 20:32:22 +00:00
Nuclex.Support (Xbox 360).csproj Added new interface IObservableCollection which can be used to find out whether a collection can be observed, even if it is only published by its generic .NET interface 2009-03-19 19:34:11 +00:00
Nuclex.Support.csproj Added new interface IObservableCollection which can be used to find out whether a collection can be observed, even if it is only published by its generic .NET interface 2009-03-19 19:34:11 +00:00