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-02-24 11:02:39 +00:00
Documents Updated copyright statement for the year 2013 2013-04-25 13:12:32 +00:00
Properties Updated copyright statement for the year 2013 2013-04-25 13:12:32 +00:00
Source Made the ParallelBackgroundWorker.CancelRunningTasks() and .CancelPendingTasks() methods safe to call after Dispose() (since many usage patterns become much easier with this allowed); Wait() didn't wait for queued tasks (though as long as tasks are queued, there will always be executing tasks, so this is just me being pedantic) - fixed; fixed a race condition in one of the unit tests for the ParallelBackgroundWorker 2014-02-24 11:02:39 +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 Parallel background worker unit tests are now internal again; added missing comments; nested unit test files under the implementation files they are testing 2014-02-20 14:49:08 +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