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 a650a26 commit 8650a58Copy full SHA for 8650a58
test/MsgPack.UnitTest/Serialization/RegressionTests.cs
@@ -70,6 +70,7 @@ public void TestIssue70()
70
[Test]
71
public void TestIssue73()
72
{
73
+ SerializationContext.ConfigureClassic();
74
var value =
75
new Dictionary<string,object> { { "1", new object() }, { "2", new object() } };
76
var serializer = MessagePackSerializer.Get<Dictionary<string, object>>( new SerializationContext() );
0 commit comments