Skip to content

Conversation

@BillWagner
Copy link
Member

@BillWagner BillWagner commented Nov 26, 2025

Remove the interactive use in the System folder.

Contributes to dotnet/docs#50331

Notes for reviewers:

  1. The diff looks a bit weird because the diff algorithm doesn't prefer words, so the i from "interactive" is outside of the diff, and the diff shows I removed the i from the following id= node.
  2. I looked at several of the XML files, and I didn't find any remarks about using the interactive capability. Nor did I find other instances of include files with explanations.

Remove the interactive use in the System folder.
@github-actions github-actions bot added the area-Meta Concerns something that extends across runtime area boundaries, for example, IDisposable. label Nov 26, 2025
@BillWagner BillWagner requested a review from gewarren November 26, 2025 16:51
@BillWagner BillWagner changed the title Turn off interactive Turn off interactive - System namespace Nov 26, 2025
@BillWagner BillWagner marked this pull request as ready for review December 3, 2025 14:35
@BillWagner BillWagner requested a review from a team as a code owner December 3, 2025 14:35
Copilot AI review requested due to automatic review settings December 3, 2025 14:35
@BillWagner BillWagner requested a review from a team as a code owner December 3, 2025 14:35
Copilot finished reviewing on behalf of BillWagner December 3, 2025 14:37
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the interactive attribute from code examples in XML documentation files within the System namespace, contributing to issue dotnet/docs#50331. The changes are mechanical and consistent across all files.

Key changes:

  • Removal of interactive="try-dotnet" and interactive="try-dotnet-method" attributes from code snippet directives
  • All id attributes remain intact
  • No functional changes to code or documentation content

Reviewed changes

Copilot reviewed 82 out of 83 changed files in this pull request and generated no comments.

Show a summary per file
File Description
xml/System/Version.xml Removed interactive attributes from 7 code examples
xml/System/ValueType.xml Removed interactive attribute from 1 code example
xml/System/Uri.xml Removed interactive attributes from 48 code examples
xml/System/UInt64.xml Removed interactive attributes from 3 code examples
xml/System/UInt32.xml Removed interactive attributes from 7 code examples
xml/System/UInt16.xml Removed interactive attribute from 1 code example
xml/System/Type.xml Removed interactive attributes from 48 code examples
xml/System/Tuple*.xml Removed interactive attributes from multiple Tuple-related files
xml/System/TimeZoneInfo.xml Removed interactive attribute from 1 code example
xml/System/TimeSpan.xml Removed interactive attributes from 36 code examples
xml/System/StringSplitOptions.xml Removed interactive attribute from 1 code example
xml/System/String.xml Removed interactive attributes from 106 code examples
xml/System/StackOverflowException.xml Removed interactive attribute from 1 code example
xml/System/Single.xml Removed interactive attributes from 12 code examples
xml/System/Random.xml Removed interactive attributes from 15 code examples
xml/System/Predicate`1.xml Removed interactive attributes from 3 code examples
xml/System/OverflowException.xml Removed interactive attributes from 3 code examples
xml/System/OutOfMemoryException.xml Removed interactive attribute from 1 code example
xml/System/ObjectDisposedException.xml Removed interactive attribute from 1 code example
xml/System/Object.xml Removed interactive attributes from 8 code examples
xml/System/Nullable*.xml Removed interactive attributes from Nullable-related files
xml/System/MulticastDelegate.xml Removed interactive attribute from 1 code example
xml/System/MissingMethodException.xml Removed interactive attribute from 1 code example
xml/System/MissingMemberException.xml Removed interactive attribute from 1 code example
xml/System/MissingFieldException.xml Removed interactive attribute from 1 code example
xml/System/MidpointRounding.xml Removed interactive attribute from 1 code example
xml/System/Int64.xml Removed interactive attributes from 8 code examples
xml/System/IndexOutOfRangeException.xml Removed interactive attributes from 3 code examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-Meta Concerns something that extends across runtime area boundaries, for example, IDisposable.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants