We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a324f99 commit 66bb048Copy full SHA for 66bb048
1 file changed
test/MsgPack.UnitTest.Xamarin.iOS/Serialization/AotTest.cs
@@ -1,4 +1,4 @@
1
-#region -- License Terms --
+#region -- License Terms --
2
//
3
// MessagePack for CLI
4
@@ -36,6 +36,7 @@ public class AotTest
36
[TestFixtureSetUp]
37
public static void SetupFixture()
38
{
39
+ MessagePackSerializer.PrepareType<Timestamp>();
40
MessagePackSerializer.PrepareCollectionType<byte>();
41
MessagePackSerializer.PrepareCollectionType<char>();
42
MessagePackSerializer.PrepareCollectionType<int>();
0 commit comments