Skip to content

0.5.9

Choose a tag to compare

@yfakariya yfakariya released this 01 Feb 10:14
· 1138 commits to master since this release

This release includes bug fixes in specific condition.

  • Fix properties which type are collection (that is IEnumerable or its subtype) and their accessibility are not public. Issue #62.
  • Fix large type, specifically the type which has over 127 members to be serialized, faces ArgumentOutOfRangeException when packing in on-the-fly serializer. WinRT and pre-generated code based serializer are not affected. Issue #63
  • Fix WinRT faces NullReferenceException when they use non-public members.