MessagePack for C# (.NET, .NET Core, Unity, Xamarin) v2.1.194 Release Notes

Release Date: 2020-09-14 // over 3 years ago
  • ๐Ÿ”„ Changes:

    ๐Ÿ›  Fixes:

    • 0๏ธโƒฃ #1033: default(ImmutableArray) is not serialized correctly
    • #1025: Internal enums trip up StandardResolverAllowPrivate
    • #1006: Fix deserialize typeless extension without typeless formatter specified
    • ๐Ÿ”’ #1035: Lock for all Ref.Emit code when on mono
    • #1031: Fix handling of non-public enums when using AllowPrivate resolvers
    • #987: System.ExecutionEngineException encountered that should be a MessagePackSerializationException
    • #1018: mpc - Ignore [MessagePackFormatter] type collect

    โœจ Enhancements:

    • #1041: Use Array.Empty<T>() instead of new T[] wherever possible

    Others:

    • โœ… #1030: Run net472 tests on mono
    • #1010: Improve generation of generic formatters
    • #1008: use ExpressionTree.Compile(preferInterpretation: true) for Unity IL2CPP