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
Copy file name to clipboardExpand all lines: xml/System.Text.Json.Serialization/JsonIgnoreCondition.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@
38
38
</ReturnValue>
39
39
<MemberValue>1</MemberValue>
40
40
<Docs>
41
-
<summary>Property will always be ignored.</summary>
41
+
<summary>Property is always ignored.</summary>
42
42
<remarks>To be added.</remarks>
43
43
</Docs>
44
44
</Member>
@@ -61,7 +61,7 @@
61
61
</ReturnValue>
62
62
<MemberValue>0</MemberValue>
63
63
<Docs>
64
-
<summary>Property will always be serialized and deserialized, regardless of <seecref="P:System.Text.Json.JsonSerializerOptions.IgnoreNullValues" /> configuration.</summary>
64
+
<summary>Property is always serialized and deserialized, regardless of <seecref="P:System.Text.Json.JsonSerializerOptions.IgnoreNullValues" /> configuration.</summary>
65
65
<remarks>To be added.</remarks>
66
66
</Docs>
67
67
</Member>
@@ -84,7 +84,7 @@
84
84
</ReturnValue>
85
85
<MemberValue>2</MemberValue>
86
86
<Docs>
87
-
<summary>Property will only be ignored if it is <seelangword="null" />.</summary>
87
+
<summary>Property is ignored only if it equals the <seehref=" https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/default-values">default value</see> for its type.</summary>
88
88
<remarks>To be added.</remarks>
89
89
</Docs>
90
90
</Member>
@@ -107,7 +107,7 @@
107
107
</ReturnValue>
108
108
<MemberValue>3</MemberValue>
109
109
<Docs>
110
-
<summary>If the value is <seelangword="null" />, the property is ignored during serialization. This is applied only to reference-type properties and fields.</summary>
110
+
<summary>Property is ignored if its value is <seelangword="null" />. This is applied only to reference-type properties and fields.</summary>
0 commit comments