From 9ace8a3b2b209e1ce3e67bc0345555055069e529 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 17 Jan 2023 10:35:05 -0800 Subject: [PATCH 1/2] Fix xref --- xml/System.Text.Json/JsonSerializerOptions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Text.Json/JsonSerializerOptions.xml b/xml/System.Text.Json/JsonSerializerOptions.xml index 3c90241657f..edc2f37b743 100644 --- a/xml/System.Text.Json/JsonSerializerOptions.xml +++ b/xml/System.Text.Json/JsonSerializerOptions.xml @@ -135,7 +135,7 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa When serializing and deserializing types using the options instance, metadata for the types will be fetched from the context instance. The methods supports adding multiple contexts per options instance. Metadata will be resolved in the order of configuration, -similar to how resolves metadata. +similar to how resolves metadata. ]]> From 7b9eff32edd8232d8559695abf0d779c2f555f86 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:22:36 -0800 Subject: [PATCH 2/2] Update xml/System.Text.Json/JsonSerializerOptions.xml --- xml/System.Text.Json/JsonSerializerOptions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Text.Json/JsonSerializerOptions.xml b/xml/System.Text.Json/JsonSerializerOptions.xml index edc2f37b743..229886f4eda 100644 --- a/xml/System.Text.Json/JsonSerializerOptions.xml +++ b/xml/System.Text.Json/JsonSerializerOptions.xml @@ -135,7 +135,7 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa When serializing and deserializing types using the options instance, metadata for the types will be fetched from the context instance. The methods supports adding multiple contexts per options instance. Metadata will be resolved in the order of configuration, -similar to how resolves metadata. +similar to how resolves metadata. ]]>