You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assert.Equal("Cannot deserialise type \"System.Int32\": Top-level primitive types are not supported. An object with properties supports future versioning.",exception.Message);
54
+
Assert.Equal("Cannot deserialise type \"System.Int32\": Toplevel types must be complex to support future versioning.",exception.Message);
Assert.Equal("Cannot serialise type \"System.Int32\": Top-level primitive types are not supported. An object with properties supports future versioning.",exception.Message);
37
+
Assert.Equal("Cannot serialise type \"System.Int32\": Toplevel types must be complex to support future versioning.",exception.Message);
0 commit comments