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.ComponentModel.DataAnnotations/ValidationContext.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -315,7 +315,7 @@
315
315
<para>If <seelangword="null" />, an empty dictionary will be created. If not <seelangword="null" />, the set of key/value pairs will be copied into a new dictionary, preventing consumers from modifying the original dictionary.</para>
316
316
</param>
317
317
<summary>
318
-
<para>Construct a <seecref="T:System.ComponentModel.DataAnnotations.ValidationContext" /> for a given object instance with a <paramrefname="displayName" />, an optional <paramrefname="serviceProvider" />, and an optional property bag of <paramrefname="items" />.</para>
318
+
<para>Constructs a <seecref="T:System.ComponentModel.DataAnnotations.ValidationContext" /> for a given object instance with a <paramrefname="displayName" />, an optional <paramrefname="serviceProvider" />, and an optional property bag of <paramrefname="items" />.</para>
319
319
</summary>
320
320
<remarks>
321
321
<para>This constructor is trim-safe because it does not use reflection to resolve the Type of the <paramrefname="instance" /> to support setting the DisplayName.</para>
Copy file name to clipboardExpand all lines: xml/System.Data.SqlTypes/SqlDecimal.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4371,8 +4371,8 @@ This member is an explicit interface member implementation. It can be used only
4371
4371
<summary>Writes the four 32-bit unsigned integer values that make up the <seecref="T:System.Data.SqlTypes.SqlDecimal" /> structure into the <paramrefname="destination" /> span.</summary>
4372
4372
<returns>The number of items written to the <seecref="T:System.Span`1" />.</returns>
4373
4373
<remarks>To be added.</remarks>
4374
-
<exceptioncref="T:System.Data.SqlTypes.SqlNullValueException">Thrown when the <seecref="T:System.Data.SqlTypes.SqlDecimal" /> is <seelangword="null" />.</exception>
4375
-
<exceptioncref="T:System.ArgumentOutOfRangeException">Thrown when the destination span is too small.</exception>
4374
+
<exceptioncref="T:System.Data.SqlTypes.SqlNullValueException">The <seecref="T:System.Data.SqlTypes.SqlDecimal" /> is <seelangword="null" />.</exception>
4375
+
<exceptioncref="T:System.ArgumentOutOfRangeException">The destination span is too small.</exception>
Copy file name to clipboardExpand all lines: xml/System.Data.SqlTypes/SqlMoney.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -825,7 +825,7 @@
825
825
<summary>Returns the Tabular Data Stream (TDS) long value that makes up the structure of the <seecref="T:System.Data.SqlTypes.SqlMoney" /> instance.</summary>
826
826
<returns>A <seecref="T:System.Int64" /> that represents the TDS long value.</returns>
827
827
<remarks>To be added.</remarks>
828
-
<exceptioncref="T:System.Data.SqlTypes.SqlNullValueException">Thrown when the <seecref="T:System.Data.SqlTypes.SqlMoney" /> is <seelangword="null" />.</exception>
828
+
<exceptioncref="T:System.Data.SqlTypes.SqlNullValueException">The <seecref="T:System.Data.SqlTypes.SqlMoney" /> is <seelangword="null" />.</exception>
Copy file name to clipboardExpand all lines: xml/System.Data/DataRowView.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -418,7 +418,7 @@
418
418
<summary>Returns a <seecref="T:System.Data.DataView" /> for the child <seecref="T:System.Data.DataTable" /> with the specified <seecref="T:System.Data.DataRelation" /> name and parent.</summary>
419
419
<returns>a <seecref="T:System.Data.DataView" /> for the child <seecref="T:System.Data.DataTable" />.</returns>
Copy file name to clipboardExpand all lines: xml/System.Diagnostics.Metrics/Meter.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2529,7 +2529,7 @@ UpDownCounter is an Instrument which supports reporting positive or negative met
2529
2529
</ReturnValue>
2530
2530
<Docs>
2531
2531
<summary>
2532
-
<para>The optional schema URL specifies a location of a <seehref="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 <seehref="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>
Copy file name to clipboardExpand all lines: xml/System.Diagnostics.Metrics/MeterOptions.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@
147
147
</ReturnValue>
148
148
<Docs>
149
149
<summary>
150
-
<para>The optional schema URL specifies a location of a <seehref="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 <seehref="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>
Copy file name to clipboardExpand all lines: xml/System.Diagnostics/ActivitySource.xml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@
50
50
</Parameters>
51
51
<Docs>
52
52
<paramname="options">The <seecref="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 <seecref="T:System.Diagnostics.ActivitySourceOptions" />.</summary>
53
+
<summary>Initializes a new instance of <seecref="T:System.Diagnostics.ActivitySource" /> using the <seecref="T:System.Diagnostics.ActivitySourceOptions" />.</summary>
54
54
<remarks>To be added.</remarks>
55
55
</Docs>
56
56
</Member>
@@ -72,7 +72,7 @@
72
72
</Parameters>
73
73
<Docs>
74
74
<paramname="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 <seecref="T:System.Diagnostics.ActivitySource" /> with the specified input name.</summary>
76
76
<remarks>To be added.</remarks>
77
77
</Docs>
78
78
</Member>
@@ -148,10 +148,10 @@
148
148
</Parameter>
149
149
</Parameters>
150
150
<Docs>
151
-
<paramname="name">The name of the ActivitySource object</param>
151
+
<paramname="name">The name of the ActivitySource object.</param>
152
152
<paramname="version">The version of the component publishing the tracing info.</param>
<summary>The optional list of key-value pair tags associated with the <seecref="T:System.Diagnostics.ActivitySourceOptions" />.</summary>
97
+
<summary>Gets or sets the optional list of key-value pair tags associated with the <seecref="T:System.Diagnostics.ActivitySourceOptions" />.</summary>
98
98
<value>To be added.</value>
99
99
<remarks>To be added.</remarks>
100
100
</Docs>
@@ -116,7 +116,7 @@
116
116
</ReturnValue>
117
117
<Docs>
118
118
<summary>
119
-
<para>The optional schema URL specifies a location of a <seehref="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 <seehref="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>
120
120
</summary>
121
121
<value>To be added.</value>
122
122
<remarks>To be added.</remarks>
@@ -138,8 +138,8 @@
138
138
<ReturnType>System.String</ReturnType>
139
139
</ReturnValue>
140
140
<Docs>
141
-
<summary>The optional <seecref="T:System.Diagnostics.ActivitySourceOptions" /> version. Defaulted to empty string.</summary>
142
-
<value>To be added.</value>
141
+
<summary>Gets or sets the <seecref="T:System.Diagnostics.ActivitySourceOptions" /> version.</summary>
142
+
<value>The <seecref="T:System.Diagnostics.ActivitySourceOptions" /> version. The default value is the empty string.</value>
0 commit comments