-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Circular reference detection reference equality handling #423
Commits on Oct 23, 2014
-
[FIXED]: Issue JamesNK#401 - Use reference equality to compare object…
… instances when checking for circular references in a object graph.
Configuration menu - View commit details
-
Copy full SHA for 2875435 - Browse repository at this point
Copy the full SHA 2875435View commit details
Commits on Oct 28, 2014
-
[FIXED]: Since the Issue JamesNK#401(JamesNK#401) was closed because …
…changing the current bahavior unconditionally would cause a breaking change, this change set add the ability to override the behavior by providing a new setting when configuring the serializer. All the configuration paths are supported(JsonSerializerSettings, Json*Attribute, JsonContract, JsonProperty, etc...). See the ReferenceComparisonHandling enum. [ADDED]: ReferenceComparisonHandlingTests
Configuration menu - View commit details
-
Copy full SHA for 3ddef14 - Browse repository at this point
Copy the full SHA 3ddef14View commit details
Commits on Nov 3, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 4b2dbfb - Browse repository at this point
Copy the full SHA 4b2dbfbView commit details
Commits on Nov 11, 2014
-
Configuration menu - View commit details
-
Copy full SHA for c847195 - Browse repository at this point
Copy the full SHA c847195View commit details
Commits on Dec 14, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 5f8b8c4 - Browse repository at this point
Copy the full SHA 5f8b8c4View commit details -
[FIXED]: Missing file(ReferenceComparisonHandling.cs) in projects for…
… specific framework versions
Configuration menu - View commit details
-
Copy full SHA for a225235 - Browse repository at this point
Copy the full SHA a225235View commit details
Commits on May 16, 2015
-
[FIXED]: Issue JamesNK#401 - Use reference equality to compare object…
… instances when checking for circular references in a object graph.
Configuration menu - View commit details
-
Copy full SHA for d53ac4c - Browse repository at this point
Copy the full SHA d53ac4cView commit details -
[FIXED]: Since the Issue JamesNK#401(JamesNK#401) was closed because …
…changing the current bahavior unconditionally would cause a breaking change, this change set add the ability to override the behavior by providing a new setting when configuring the serializer. All the configuration paths are supported(JsonSerializerSettings, Json*Attribute, JsonContract, JsonProperty, etc...). See the ReferenceComparisonHandling enum. [ADDED]: ReferenceComparisonHandlingTests
Configuration menu - View commit details
-
Copy full SHA for 7c9ea84 - Browse repository at this point
Copy the full SHA 7c9ea84View commit details -
[FIXED]: Missing file(ReferenceComparisonHandling.cs) in projects for…
… specific framework versions
Configuration menu - View commit details
-
Copy full SHA for 47a9200 - Browse repository at this point
Copy the full SHA 47a9200View commit details -
Configuration menu - View commit details
-
Copy full SHA for a97c00a - Browse repository at this point
Copy the full SHA a97c00aView commit details -
[FIXED]: Missing XML comment for publicly visible type or member on
JsonContainerAttribute.ReferenceComparisonHandling and JsonSerializerSettings.ReferenceComparisonHandling [FIXED]: In JsonSerializer.applySerializerSettings, settings.ReferenceComparisonHandling was used when checking if the user provided a value for the setting instead of using settings._referenceLoopHandling.
Configuration menu - View commit details
-
Copy full SHA for 0ef4b85 - Browse repository at this point
Copy the full SHA 0ef4b85View commit details