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
When this feature is enabled (<Nullable>enable</Nullable>), our users started running into problems that boils down to Json.ISerializer having the AllowNullLiteral attribute.
Due to it, we decided to remove this attribute from both the Json.ISerializer and the Xml.ISerializer.
New automated tests were added to assert that the serializers are still working properly.
We also updated some sample projects to use this feature.