Skip to content

Merge main into live #11465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/policies/mention-owners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ configuration:
- mentionUsers:
mentionees:
- roji
- ajcvickers
replyTemplate: >-
Tagging subscribers to this area: ${mentionees}
assignMentionees: False
Expand All @@ -370,7 +369,6 @@ configuration:
- mentionUsers:
mentionees:
- roji
- ajcvickers
replyTemplate: >-
Tagging subscribers to this area: ${mentionees}
assignMentionees: False
Expand All @@ -381,7 +379,6 @@ configuration:
- mentionUsers:
mentionees:
- roji
- ajcvickers
replyTemplate: >-
Tagging subscribers to this area: ${mentionees}
assignMentionees: False
Expand All @@ -402,7 +399,7 @@ configuration:
then:
- mentionUsers:
mentionees:
- ajcvickers
- dotnet/area-system-componentmodel-dataannotations
replyTemplate: >-
Tagging subscribers to this area: ${mentionees}
assignMentionees: False
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Data/DataTableReader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ Russ
## Remarks
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.

`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.
`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.

`GetOrdinal` is kana-width insensitive.

Expand Down
2 changes: 1 addition & 1 deletion xml/System/Environment+SpecialFolder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</Attribute>
</Attributes>
<Docs>
<summary>Specifies enumerated constants used to retrieve directory paths to system special folders.</summary>
<summary>Specifies enumerated Constant Special Item ID List (CSIDL) values used to retrieve directory paths to system special folders.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down