From 9a130a3a0fb1e4eb3d7dc29c55feede518e6193f Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Tue, 17 Jan 2023 15:12:57 +0000 Subject: [PATCH] Update JsonSerializerOptions.AddContext documentation. --- .../JsonTypeInfoResolver.xml | 2 +- xml/System.Text.Json/JsonSerializerOptions.xml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/xml/System.Text.Json.Serialization.Metadata/JsonTypeInfoResolver.xml b/xml/System.Text.Json.Serialization.Metadata/JsonTypeInfoResolver.xml index 436fcd24ec3..37a935dc9c3 100644 --- a/xml/System.Text.Json.Serialization.Metadata/JsonTypeInfoResolver.xml +++ b/xml/System.Text.Json.Serialization.Metadata/JsonTypeInfoResolver.xml @@ -63,7 +63,7 @@ Can be used to combine multiple - or any of its elements is . + is . diff --git a/xml/System.Text.Json/JsonSerializerOptions.xml b/xml/System.Text.Json/JsonSerializerOptions.xml index 03e2e454cb2..3c90241657f 100644 --- a/xml/System.Text.Json/JsonSerializerOptions.xml +++ b/xml/System.Text.Json/JsonSerializerOptions.xml @@ -126,7 +126,7 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa The generic definition of the specified context type. - Binds current instance with a new instance of the specified type. + Appends a new to the metadata resolution of the current instance. resolves metadata. + ]]>