Replace funny whitespace character#12171
Merged
gewarren merged 1 commit intodotnet:mainfrom Dec 24, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request replaces non-standard whitespace characters with regular whitespace across multiple XML documentation files. The changes normalize trailing spaces, line indentations, and formatting within code blocks and markdown documentation sections.
Key changes:
- Removal of trailing spaces at end of lines
- Normalization of indentation in code blocks and XML content
- Consistent whitespace formatting in markdown documentation sections
Reviewed changes
Copilot reviewed 30 out of 30 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| xml/System/Convert.xml | Removed trailing spaces from parameter documentation lines |
| xml/System/Attribute.xml | Normalized empty lines in example sections |
| xml/System.Windows/Vector.xml | Extensive whitespace normalization in remarks and examples |
| xml/System.Windows/UIElement.xml | Fixed XAML code indentation |
| xml/System.Windows.Forms/UpDownBase.xml | Normalized whitespace in remarks sections |
| xml/System.Windows.Forms/ToolStripMenuItem.xml | Fixed code block indentation |
| xml/System.Windows.Forms/ToolStripComboBox.xml | Fixed code block indentation |
| xml/System.Windows.Forms/NumericUpDown.xml | Extensive whitespace normalization throughout |
| xml/System.Windows.Forms/Form.xml | Fixed C# code indentation |
| xml/System.ServiceModel/TcpTransportSecurity.xml | Normalized whitespace in remarks |
| xml/System.ServiceModel.Configuration/BaseAddressPrefixFilterElement.xml | Normalized whitespace in remarks |
| xml/System.ServiceModel.Channels/SslStreamSecurityBindingElement.xml | Normalized whitespace in code examples |
| xml/System.Security.Policy/Evidence.xml | Fixed VB code indentation |
| xml/System.Net.Http/HttpClient.xml | Fixed paragraph indentation |
| xml/System.Drawing.Design/UITypeEditor.xml | Fixed XML code indentation |
| xml/System.Diagnostics/DebuggerStepThroughAttribute.xml | Fixed VB code indentation |
| xml/System.Diagnostics.Contracts/ContractOptionAttribute.xml | Normalized whitespace in remarks |
| xml/System.Data.OracleClient/OracleString.xml | Normalized whitespace in examples |
| xml/System.Data.Linq/DataContext.xml | Fixed SQL code indentation |
| xml/System.Activities.Presentation.Model/ModelItem.xml | Normalized whitespace in remarks |
| xml/Microsoft.Windows.Themes/* | Fixed XAML code indentation across 5 files |
| xml/Microsoft.Vsa/* | Normalized whitespace in remarks across 2 files |
| xml/Microsoft.VisualBasic/Conversion.xml | Fixed VB code indentation |
| xml/Microsoft.IE/Manager.xml | Normalized whitespace in remarks |
| xml/Microsoft.Aspnet.Snapin/IExtendPropertySheet2.xml | Normalized whitespace in remarks |
The changes are purely cosmetic whitespace normalization with no functional impact. All modifications correctly replace non-standard whitespace with standard spacing while preserving the content and structure of the documentation.
mconnew
approved these changes
Dec 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(Hide whitespace changes.)