Skip to content

v2.1.194

Compare
Choose a tag to compare
@AArnott AArnott released this 14 Sep 14:45
459e2bd

Changes:

Fixes:

  • #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