v0.0.2
Pre-release
Pre-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
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.