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 6d26ffa

Browse filesBrowse files
Merge pull request #11465 from dotnet/main
Merge main into live
2 parents c0f5679 + a33f8fb commit 6d26ffa
Copy full SHA for 6d26ffa

File tree

Expand file treeCollapse file tree

3 files changed

+3
-6
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-6
lines changed

‎.github/policies/mention-owners.yml

Copy file name to clipboardExpand all lines: .github/policies/mention-owners.yml
+1-4Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ configuration:
359359
- mentionUsers:
360360
mentionees:
361361
- roji
362-
- ajcvickers
363362
replyTemplate: >-
364363
Tagging subscribers to this area: ${mentionees}
365364
assignMentionees: False
@@ -370,7 +369,6 @@ configuration:
370369
- mentionUsers:
371370
mentionees:
372371
- roji
373-
- ajcvickers
374372
replyTemplate: >-
375373
Tagging subscribers to this area: ${mentionees}
376374
assignMentionees: False
@@ -381,7 +379,6 @@ configuration:
381379
- mentionUsers:
382380
mentionees:
383381
- roji
384-
- ajcvickers
385382
replyTemplate: >-
386383
Tagging subscribers to this area: ${mentionees}
387384
assignMentionees: False
@@ -402,7 +399,7 @@ configuration:
402399
then:
403400
- mentionUsers:
404401
mentionees:
405-
- ajcvickers
402+
- dotnet/area-system-componentmodel-dataannotations
406403
replyTemplate: >-
407404
Tagging subscribers to this area: ${mentionees}
408405
assignMentionees: False

‎xml/System.Data/DataTableReader.xml

Copy file name to clipboardExpand all lines: xml/System.Data/DataTableReader.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@ Russ
14981498
## Remarks
14991499
Because most of the methods provided by the <xref:System.Data.DataTableReader> class must be provided with an ordinal column number, you can use the `GetOrdinal` method to retrieve the column number, given the name of the column.
15001500
1501-
`GetOrdinal` performs a case-sensitive lookup first. If it fails, a second case-insensitive search is made. If the column number is not found an `IndexOutOfRangeException` is thrown.
1501+
`GetOrdinal` performs a case-sensitive lookup first. If it fails, a second case-insensitive search is made. If the column number is not found an `ArgumentException` is thrown.
15021502
15031503
`GetOrdinal` is kana-width insensitive.
15041504

‎xml/System/Environment+SpecialFolder.xml

Copy file name to clipboardExpand all lines: xml/System/Environment+SpecialFolder.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</Attribute>
5757
</Attributes>
5858
<Docs>
59-
<summary>Specifies enumerated constants used to retrieve directory paths to system special folders.</summary>
59+
<summary>Specifies enumerated Constant Special Item ID List (CSIDL) values used to retrieve directory paths to system special folders.</summary>
6060
<remarks>
6161
<format type="text/markdown"><![CDATA[
6262

0 commit comments

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