Skip to content

Commit 3aca760

Browse files
authored
Fix invalid HTML
1 parent 6fe5e27 commit 3aca760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Text.Json.Serialization.Metadata/JsonPropertyInfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ The current <see cref="P:System.Text.Json.Serialization.Metadata.JsonPropertyInf
176176
177177
For contracts that originate from <xref:System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver> or <xref:System.Text.Json.Serialization.JsonSerializerContext>, the value of this property is mapped from <xref:System.Text.Json.Serialization.JsonRequiredAttribute> annotations.
178178
179-
For contracts that use <xref:System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver>, the value of this property is also mapped from properties that have the <see langword="required" /> modifier, unless deserialization uses a constructor that populates all required properties and has <xref:System.Diagnostics.CodeAnalysis.SetsRequiredMembersAttribute>.
179+
For contracts that use <xref:System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver>, the value of this property is also mapped from properties that have the `required` modifier, unless deserialization uses a constructor that populates all required properties and has <xref:System.Diagnostics.CodeAnalysis.SetsRequiredMembersAttribute>.
180180
181-
The <see langword="required" /> keyword is currently not supported in <xref:System.Text.Json.Serialization.JsonSerializerContext> contracts.
181+
The `required` keyword is currently not supported in <xref:System.Text.Json.Serialization.JsonSerializerContext> contracts.
182182
183183
]]></format>
184184
</remarks>

0 commit comments

Comments
 (0)