Skip to content

v0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@rdavisau rdavisau released this 07 Jun 06:25
· 15 commits to master since this release
Features:
  • File inputs are now streamed from disk and deserialised item-by-item, avoiding loading the complete source when using LINQ operators like Take, TakeWhile, ElementAt etc.
  • Error reporting is slightly more comprehensive :shipit:
Bugfixes / Stability:
  • Fixed an issue where a class definition could be generated to include a property with the same name as the parent class, resulting in a compile error when generating the data context
  • Added namespace disambiguation to input classes to avoid class name conflicts when working with multiple inputs.