Skip to content

Commit 7716929

Browse files
committed
Apply feedback from review
1 parent 8515834 commit 7716929

File tree

13 files changed

+33
-35
lines changed

13 files changed

+33
-35
lines changed

xml/System.ComponentModel.DataAnnotations/ValidationContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
<para>If <see langword="null" />, an empty dictionary will be created. If not <see langword="null" />, the set of key/value pairs will be copied into a new dictionary, preventing consumers from modifying the original dictionary.</para>
316316
</param>
317317
<summary>
318-
<para>Construct a <see cref="T:System.ComponentModel.DataAnnotations.ValidationContext" /> for a given object instance with a <paramref name="displayName" />, an optional <paramref name="serviceProvider" />, and an optional property bag of <paramref name="items" />.</para>
318+
<para>Constructs a <see cref="T:System.ComponentModel.DataAnnotations.ValidationContext" /> for a given object instance with a <paramref name="displayName" />, an optional <paramref name="serviceProvider" />, and an optional property bag of <paramref name="items" />.</para>
319319
</summary>
320320
<remarks>
321321
<para>This constructor is trim-safe because it does not use reflection to resolve the Type of the <paramref name="instance" /> to support setting the DisplayName.</para>

xml/System.Data.SqlTypes/SqlDecimal.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4371,8 +4371,8 @@ This member is an explicit interface member implementation. It can be used only
43714371
<summary>Writes the four 32-bit unsigned integer values that make up the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> structure into the <paramref name="destination" /> span.</summary>
43724372
<returns>The number of items written to the <see cref="T:System.Span`1" />.</returns>
43734373
<remarks>To be added.</remarks>
4374-
<exception cref="T:System.Data.SqlTypes.SqlNullValueException">Thrown when the <see cref="T:System.Data.SqlTypes.SqlDecimal" /> is <see langword="null" />.</exception>
4375-
<exception cref="T:System.ArgumentOutOfRangeException">Thrown when the destination span is too small.</exception>
4374+
<exception cref="T:System.Data.SqlTypes.SqlNullValueException">The <see cref="T:System.Data.SqlTypes.SqlDecimal" /> is <see langword="null" />.</exception>
4375+
<exception cref="T:System.ArgumentOutOfRangeException">The destination span is too small.</exception>
43764376
</Docs>
43774377
</Member>
43784378
</Members>

xml/System.Data.SqlTypes/SqlMoney.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@
825825
<summary>Returns the Tabular Data Stream (TDS) long value that makes up the structure of the <see cref="T:System.Data.SqlTypes.SqlMoney" /> instance.</summary>
826826
<returns>A <see cref="T:System.Int64" /> that represents the TDS long value.</returns>
827827
<remarks>To be added.</remarks>
828-
<exception cref="T:System.Data.SqlTypes.SqlNullValueException">Thrown when the <see cref="T:System.Data.SqlTypes.SqlMoney" /> is <see langword="null" />.</exception>
828+
<exception cref="T:System.Data.SqlTypes.SqlNullValueException">The <see cref="T:System.Data.SqlTypes.SqlMoney" /> is <see langword="null" />.</exception>
829829
</Docs>
830830
</Member>
831831
<Member MemberName="GetXsdType">

xml/System.Data/DataRowView.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
<summary>Returns a <see cref="T:System.Data.DataView" /> for the child <see cref="T:System.Data.DataTable" /> with the specified <see cref="T:System.Data.DataRelation" /> name and parent.</summary>
419419
<returns>a <see cref="T:System.Data.DataView" /> for the child <see cref="T:System.Data.DataTable" />.</returns>
420420
<remarks>To be added.</remarks>
421-
<exception cref="T:System.ArgumentException">Unmatched <paramref name="relationName" />.</exception>
421+
<exception cref="T:System.ArgumentException"><paramref name="relationName" /> could not be matched.</exception>
422422
</Docs>
423423
</Member>
424424
<Member MemberName="DataView">

xml/System.Diagnostics.Metrics/Meter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2529,7 +2529,7 @@ UpDownCounter is an Instrument which supports reporting positive or negative met
25292529
</ReturnValue>
25302530
<Docs>
25312531
<summary>
2532-
<para>The optional schema URL specifies a location of a <see href="https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/schemas/file_format_v1.1.0.md">Schema File</see> that can be retrieved using HTTP or HTTPS protocol.</para>
2532+
<para>Gets the location of a <see href="https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/schemas/file_format_v1.1.0.md">Schema File</see> that can be retrieved using HTTP or HTTPS protocol.</para>
25332533
</summary>
25342534
<value>To be added.</value>
25352535
<remarks>To be added.</remarks>

xml/System.Diagnostics.Metrics/MeterOptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
</ReturnValue>
148148
<Docs>
149149
<summary>
150-
<para>The optional schema URL specifies a location of a <see href="https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/schemas/file_format_v1.1.0.md">Schema File</see> that can be retrieved using HTTP or HTTPS protocol.</para>
150+
<para>Gets the location of a <see href="https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/schemas/file_format_v1.1.0.md">Schema File</see> that can be retrieved using HTTP or HTTPS protocol.</para>
151151
</summary>
152152
<value>To be added.</value>
153153
<remarks>To be added.</remarks>

xml/System.Diagnostics/Activity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Callers should either restrict the number of events added to the same `Activity`
279279
</Parameters>
280280
<Docs>
281281
<param name="link">The <see cref="T:System.Diagnostics.ActivityLink" /> to add.</param>
282-
<summary>Add an <see cref="T:System.Diagnostics.ActivityLink" /> to the <see cref="P:System.Diagnostics.Activity.Links" /> list.</summary>
282+
<summary>Adds an <see cref="T:System.Diagnostics.ActivityLink" /> to the <see cref="P:System.Diagnostics.Activity.Links" /> list.</summary>
283283
<returns>
284284
<see langword="this" /> for convenient chaining.</returns>
285285
<remarks>

xml/System.Diagnostics/ActivityListener.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
<ReturnType>System.Diagnostics.ExceptionRecorder</ReturnType>
166166
</ReturnValue>
167167
<Docs>
168-
<summary>Set or get the callback used to listen to <see cref="T:System.Diagnostics.Activity" /> events when exceptions are added.</summary>
168+
<summary>Gets or sets the callback used to listen to <see cref="T:System.Diagnostics.Activity" /> events when exceptions are added.</summary>
169169
<value>To be added.</value>
170170
<remarks>To be added.</remarks>
171171
</Docs>

xml/System.Diagnostics/ActivitySource.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</Parameters>
5151
<Docs>
5252
<param name="options">The <see cref="T:System.Diagnostics.ActivitySourceOptions" /> object to use for initializing the ActivitySource object.</param>
53-
<summary>Initialize a new instance of the ActivitySource object using the <see cref="T:System.Diagnostics.ActivitySourceOptions" />.</summary>
53+
<summary>Initializes a new instance of <see cref="T:System.Diagnostics.ActivitySource" /> using the <see cref="T:System.Diagnostics.ActivitySourceOptions" />.</summary>
5454
<remarks>To be added.</remarks>
5555
</Docs>
5656
</Member>
@@ -72,7 +72,7 @@
7272
</Parameters>
7373
<Docs>
7474
<param name="name">The name of the ActivitySource object</param>
75-
<summary>Construct an ActivitySource object with the input name</summary>
75+
<summary>Initializes a new instance of <see cref="T:System.Diagnostics.ActivitySource" /> with the specified input name.</summary>
7676
<remarks>To be added.</remarks>
7777
</Docs>
7878
</Member>
@@ -148,10 +148,10 @@
148148
</Parameter>
149149
</Parameters>
150150
<Docs>
151-
<param name="name">The name of the ActivitySource object</param>
151+
<param name="name">The name of the ActivitySource object.</param>
152152
<param name="version">The version of the component publishing the tracing info.</param>
153153
<param name="tags">The optional ActivitySource tags.</param>
154-
<summary>Construct an ActivitySource object with the input name</summary>
154+
<summary>Initializes a new instance of <see cref="T:System.Diagnostics.ActivitySource" /> with the specified input name.</summary>
155155
<remarks>To be added.</remarks>
156156
</Docs>
157157
</Member>
@@ -672,7 +672,7 @@ If the Activity object is created, it will not start automatically. Callers need
672672
<ReturnType>System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;System.String,System.Object&gt;&gt;</ReturnType>
673673
</ReturnValue>
674674
<Docs>
675-
<summary>Returns the tags associated with the ActivitySource.</summary>
675+
<summary>Gets the tags associated with the ActivitySource.</summary>
676676
<value>To be added.</value>
677677
<remarks>To be added.</remarks>
678678
</Docs>
@@ -699,7 +699,7 @@ If the Activity object is created, it will not start automatically. Callers need
699699
<ReturnType>System.String</ReturnType>
700700
</ReturnValue>
701701
<Docs>
702-
<summary>Returns the telemetry schema URL associated with the ActivitySource.</summary>
702+
<summary>Gets the telemetry schema URL associated with the ActivitySource.</summary>
703703
<value>To be added.</value>
704704
<remarks>To be added.</remarks>
705705
</Docs>

xml/System.Diagnostics/ActivitySourceOptions.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</Attribute>
2121
</Attributes>
2222
<Docs>
23-
<summary>Options for creating a <see cref="T:System.Diagnostics.ActivitySource" />.</summary>
23+
<summary>Options for creating an <see cref="T:System.Diagnostics.ActivitySource" />.</summary>
2424
<remarks>To be added.</remarks>
2525
</Docs>
2626
<Members>
@@ -67,7 +67,7 @@
6767
<ReturnType>System.String</ReturnType>
6868
</ReturnValue>
6969
<Docs>
70-
<summary>Get or set the <see cref="T:System.Diagnostics.ActivitySourceOptions" /> object name. Cannot be <see langword="null" />.</summary>
70+
<summary>Gets or sets the <see cref="T:System.Diagnostics.ActivitySourceOptions" /> object name. Cannot be <see langword="null" />.</summary>
7171
<value>To be added.</value>
7272
<remarks>To be added.</remarks>
7373
</Docs>
@@ -94,7 +94,7 @@
9494
<ReturnType>System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;System.String,System.Object&gt;&gt;</ReturnType>
9595
</ReturnValue>
9696
<Docs>
97-
<summary>The optional list of key-value pair tags associated with the <see cref="T:System.Diagnostics.ActivitySourceOptions" />.</summary>
97+
<summary>Gets or sets the optional list of key-value pair tags associated with the <see cref="T:System.Diagnostics.ActivitySourceOptions" />.</summary>
9898
<value>To be added.</value>
9999
<remarks>To be added.</remarks>
100100
</Docs>
@@ -116,7 +116,7 @@
116116
</ReturnValue>
117117
<Docs>
118118
<summary>
119-
<para>The optional schema URL specifies a location of a <see href="https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/schemas/file_format_v1.1.0.md">Schema File</see> that can be retrieved using HTTP or HTTPS protocol.</para>
119+
<para>Gets or sets the location of a <see href="https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/schemas/file_format_v1.1.0.md">Schema file</see> that can be retrieved using HTTP or HTTPS protocol.</para>
120120
</summary>
121121
<value>To be added.</value>
122122
<remarks>To be added.</remarks>
@@ -138,8 +138,8 @@
138138
<ReturnType>System.String</ReturnType>
139139
</ReturnValue>
140140
<Docs>
141-
<summary>The optional <see cref="T:System.Diagnostics.ActivitySourceOptions" /> version. Defaulted to empty string.</summary>
142-
<value>To be added.</value>
141+
<summary>Gets or sets the <see cref="T:System.Diagnostics.ActivitySourceOptions" /> version.</summary>
142+
<value>The <see cref="T:System.Diagnostics.ActivitySourceOptions" /> version. The default value is the empty string.</value>
143143
<remarks>To be added.</remarks>
144144
</Docs>
145145
</Member>

0 commit comments

Comments
 (0)