Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4b82e19

Browse filesBrowse files
Copilotjeffhandley
andcommitted
Fix all errant para tag formatting issues across documentation files
Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
1 parent 5acb482 commit 4b82e19
Copy full SHA for 4b82e19

File tree

Expand file treeCollapse file tree

9 files changed

+12
-25
lines changed
Filter options
Expand file treeCollapse file tree

9 files changed

+12
-25
lines changed

‎xml/System.Collections.Concurrent/ConcurrentDictionary`2+AlternateLookup`1.xml

Copy file name to clipboardExpand all lines: xml/System.Collections.Concurrent/ConcurrentDictionary`2+AlternateLookup`1.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
<typeparam name="TValue">The type of the values in the dictionary.</typeparam>
5050
<typeparam name="TAlternateKey">The alternate type of a key for performing lookups.</typeparam>
5151
<summary>
52-
<para>Provides a type that may be used to perform operations on a <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /></para>
53-
<para>using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
52+
<para>Provides a type that may be used to perform operations on a <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
5453
</summary>
5554
<remarks>To be added.</remarks>
5655
</Docs>

‎xml/System.Collections.Concurrent/ConcurrentDictionary`2.xml

Copy file name to clipboardExpand all lines: xml/System.Collections.Concurrent/ConcurrentDictionary`2.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,8 +1011,7 @@
10111011
<Docs>
10121012
<typeparam name="TAlternateKey">The alternate type of a key for performing lookups.</typeparam>
10131013
<summary>
1014-
<para>Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /></para>
1015-
<para>using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
1014+
<para>Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
10161015
</summary>
10171016
<returns>The created lookup instance.</returns>
10181017
<remarks>

‎xml/System.Collections.Frozen/FrozenDictionary`2+AlternateLookup`1.xml

Copy file name to clipboardExpand all lines: xml/System.Collections.Frozen/FrozenDictionary`2+AlternateLookup`1.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
<typeparam name="TValue">The type of the values in the dictionary.</typeparam>
4646
<typeparam name="TAlternateKey">The alternate type of a key for performing lookups.</typeparam>
4747
<summary>
48-
<para>Provides a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /></para>
49-
<para>using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
48+
<para>Provides a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /> using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
5049
</summary>
5150
<remarks>To be added.</remarks>
5251
</Docs>

‎xml/System.Collections.Frozen/FrozenDictionary`2.xml

Copy file name to clipboardExpand all lines: xml/System.Collections.Frozen/FrozenDictionary`2.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,7 @@
291291
<Docs>
292292
<typeparam name="TAlternateKey">The alternate type of a key for performing lookups.</typeparam>
293293
<summary>
294-
<para>Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /></para>
295-
<para>using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
294+
<para>Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /> using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
296295
</summary>
297296
<returns>The created lookup instance.</returns>
298297
<remarks>

‎xml/System.Collections.Frozen/FrozenSet`1+AlternateLookup`1.xml

Copy file name to clipboardExpand all lines: xml/System.Collections.Frozen/FrozenSet`1+AlternateLookup`1.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
<typeparam name="T">The type of the values in this set.</typeparam>
5050
<typeparam name="TAlternate">The alternate type of a key for performing lookups.</typeparam>
5151
<summary>
52-
<para>Provides a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenSet`1" /></para>
53-
<para>using a <typeparamref name="TAlternate" /> as a key instead of a <typeparamref name="T" />.</para>
52+
<para>Provides a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenSet`1" /> using a <typeparamref name="TAlternate" /> as a key instead of a <typeparamref name="T" />.</para>
5453
</summary>
5554
<remarks>To be added.</remarks>
5655
</Docs>

‎xml/System.Collections.Frozen/FrozenSet`1.xml

Copy file name to clipboardExpand all lines: xml/System.Collections.Frozen/FrozenSet`1.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,7 @@
281281
<Docs>
282282
<typeparam name="TAlternate">The alternate type of a item for performing lookups.</typeparam>
283283
<summary>
284-
<para>Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenSet`1" /></para>
285-
<para>using a <typeparamref name="TAlternate" /> instead of a <typeparamref name="T" />.</para>
284+
<para>Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenSet`1" /> using a <typeparamref name="TAlternate" /> instead of a <typeparamref name="T" />.</para>
286285
</summary>
287286
<returns>The created lookup instance.</returns>
288287
<remarks>

‎xml/System.Reflection.Metadata/TypeName.xml

Copy file name to clipboardExpand all lines: xml/System.Reflection.Metadata/TypeName.xml
+2-5Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@
135135
<para>names. For example, given "List&lt;int&gt;", the <see cref="P:System.Reflection.Metadata.TypeName.FullName" /> property will return</para>
136136
<para>"System.Collections.Generic.List`1[[System.Int32, mscorlib, ...]]".</para>
137137
<para>For open generic types, the convention is to use a backtick ("`") followed by</para>
138-
<para>the arity of the generic type. For example, given "Dictionary&lt;,&gt;", the <see cref="P:System.Reflection.Metadata.TypeName.FullName" /></para>
139-
<para>property will return "System.Collections.Generic.Dictionary`2". Given "Dictionary&lt;,&gt;.Enumerator",</para>
140-
<para>the <see cref="P:System.Reflection.Metadata.TypeName.FullName" /> property will return "System.Collections.Generic.Dictionary`2+Enumerator".</para>
138+
<para>the arity of the generic type. For example, given "Dictionary&lt;,&gt;", the <see cref="P:System.Reflection.Metadata.TypeName.FullName" /> property will return "System.Collections.Generic.Dictionary`2". Given "Dictionary&lt;,&gt;.Enumerator", the <see cref="P:System.Reflection.Metadata.TypeName.FullName" /> property will return "System.Collections.Generic.Dictionary`2+Enumerator".
141139
<para>See ECMA-335, Sec. I.10.7.2 (Type names and arity encoding) for more information.</para>
142140
</remarks>
143141
</Docs>
@@ -276,8 +274,7 @@
276274
<para>This value is computed every time this method gets called, it's not cached.</para>
277275
<para>There's not really a parallel concept to this in reflection. Think of it</para>
278276
<para>as the total number of <see cref="T:System.Reflection.Metadata.TypeName" /> instances that would be created if</para>
279-
<para>you were to totally deconstruct this instance and visit each intermediate <see cref="T:System.Reflection.Metadata.TypeName" /></para>
280-
<para>that occurs as part of deconstruction.</para>
277+
<para>you were to totally deconstruct this instance and visit each intermediate <see cref="T:System.Reflection.Metadata.TypeName" /> that occurs as part of deconstruction.</para>
281278
<para>"int" and "Person" each have complexities of 1 because they're standalone types.</para>
282279
<para>"int[]" has a node count of 2 because to fully inspect it involves inspecting the</para>
283280
<para>array type itself, <em>plus</em> unwrapping the underlying type ("int") and inspecting that.</para>

‎xml/System.Text.Json.Serialization.Metadata/JsonParameterInfo.xml

Copy file name to clipboardExpand all lines: xml/System.Text.Json.Serialization.Metadata/JsonParameterInfo.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,7 @@
176176
<para>Contracts originating from <see cref="T:System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver" /> or <see cref="T:System.Text.Json.Serialization.JsonSerializerContext" />,</para>
177177
<para>derive the value of this parameter from nullable reference type annotations, including annotations</para>
178178
<para>from attributes such as <see cref="T:System.Diagnostics.CodeAnalysis.AllowNullAttribute" /> or <see cref="T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute" />.</para>
179-
<para>This property has no effect on deserialization unless the <see cref="P:System.Text.Json.JsonSerializerOptions.RespectNullableAnnotations" /></para>
180-
<para>property has been enabled, in which case the serializer will reject any <see langword="null" /> deserialization results.</para>
179+
<para>This property has no effect on deserialization unless the <see cref="P:System.Text.Json.JsonSerializerOptions.RespectNullableAnnotations" /> property has been enabled, in which case the serializer will reject any <see langword="null" /> deserialization results.</para>
181180
<para>This setting is in sync with the associated <see cref="P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.IsSetNullable" /> property.</para>
182181
</remarks>
183182
</Docs>

‎xml/System.Text.Json/JsonSerializer.xml

Copy file name to clipboardExpand all lines: xml/System.Text.Json/JsonSerializer.xml
+3-6Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4011,8 +4011,7 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa
40114011
<exception cref="T:System.ArgumentNullException">
40124012
<paramref name="utf8Json" /> or <paramref name="inputType" /> is <see langword="null" />.</exception>
40134013
<exception cref="T:System.NotSupportedException">
4014-
<para>There is no compatible <see cref="T:System.Text.Json.Serialization.JsonConverter" /></para>
4015-
<para>for <paramref name="inputType" /> or its serializable members.</para>
4014+
<para>There is no compatible <see cref="T:System.Text.Json.Serialization.JsonConverter" /> for <paramref name="inputType" /> or its serializable members.</para>
40164015
</exception>
40174016
</Docs>
40184017
</Member>
@@ -4059,8 +4058,7 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa
40594058
<exception cref="T:System.ArgumentNullException">
40604059
<paramref name="utf8Json" />, <paramref name="inputType" />, or <paramref name="context" /> is <see langword="null" />.</exception>
40614060
<exception cref="T:System.NotSupportedException">
4062-
<para>There is no compatible <see cref="T:System.Text.Json.Serialization.JsonConverter" /></para>
4063-
<para>for <paramref name="inputType" /> or its serializable members.</para>
4061+
<para>There is no compatible <see cref="T:System.Text.Json.Serialization.JsonConverter" /> for <paramref name="inputType" /> or its serializable members.</para>
40644062
</exception>
40654063
</Docs>
40664064
</Member>
@@ -4261,8 +4259,7 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa
42614259
<exception cref="T:System.ArgumentNullException">
42624260
<paramref name="utf8Json" /> is <see langword="null" />.</exception>
42634261
<exception cref="T:System.NotSupportedException">
4264-
<para>There is no compatible <see cref="T:System.Text.Json.Serialization.JsonConverter" /></para>
4265-
<para>for <typeparamref name="TValue" /> or its serializable members.</para>
4262+
<para>There is no compatible <see cref="T:System.Text.Json.Serialization.JsonConverter" /> for <typeparamref name="TValue" /> or its serializable members.</para>
42664263
</exception>
42674264
</Docs>
42684265
</Member>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.