We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b487dfa commit 3fa4dafCopy full SHA for 3fa4daf
CHANGES.txt
@@ -741,4 +741,7 @@ Release 1.0.0-rc1 T.B.D.
741
742
BUG FIXES
743
* Fix NRE in .NET Standard 1.1/1.3 build (this issue got mixed in beta2).
744
- * Fix built-in Guid/BigInteger always output raw type even if PackerCompatibilityOptions.PackBinaryAsRaw is not specified. #270
+ * Fix built-in Guid/BigInteger always output raw type even if PackerCompatibilityOptions.PackBinaryAsRaw is not specified. #270
745
+ * Fix MessagePackObject.UnderlyingType reports wrong type for ext types. Part of #269.
746
+ This bug also caused misleading error message for incompatible type conversion.
747
+ * Fix exceptions thrown by MessagePackObject.AsBinary()/AsString() reports internal type name. Part of #269.
0 commit comments