Changes in this version:

  • CSBuild initial release – a command-line compilation utility that drives MSBuild to compile designated project files.
  • Added Library.Cloning namespace to support deep-object cloning of any object using either memberwize or serializable copy.
  • Added Library.Collections.ReadOnlyList to provide a read-only collection interface and implementation.
  • Added Library.Collections.OrdinalList to provide a collection of integers stored as a bit-array that can be operated on as a set (intersect/union/etc).
  • Added Library.Collections.SetList to provide a generic collection of that can be operated on as a set (intersect/union/etc).
  • CommandInterpreter can now read SET operations from stream, also added an IgnoreMember attribute.
Comments