-
Couldn't load subscription status.
- Fork 1.9k
Move externally linked XML API docs to inline source code documentation #30313
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
Conversation
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
Copilot
AI
changed the title
[WIP] Move externally linked XML API docs to source code
Move externally linked XML API docs to inline source code documentation
Jun 30, 2025
Copilot finished work on behalf of
jfversluis
June 30, 2025 08:06
|
Addressed all the requested documentation fixes in commit b47c066:
The documentation now follows proper .NET XML documentation standards and all type references are properly resolved by the compiler. |
Copilot finished work on behalf of
jfversluis
June 30, 2025 08:31
jfversluis
requested changes
Jun 30, 2025
Copilot finished work on behalf of
jfversluis
June 30, 2025 09:30
Copilot finished work on behalf of
jfversluis
June 30, 2025 09:52
|
/azp run MAUI-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jfversluis
approved these changes
Jul 1, 2025
Co-authored-by: jfversluis <[email protected]>
Co-authored-by: jfversluis <[email protected]>
Co-authored-by: jfversluis <[email protected]> # Conflicts: # src/Controls/src/Core/BoxView/BoxView.cs
Co-authored-by: jfversluis <[email protected]>
… Major milestone! Co-authored-by: jfversluis <[email protected]>
…lace "To be added", spell check Co-authored-by: jfversluis <[email protected]>
Co-authored-by: jfversluis <[email protected]>
Co-authored-by: jfversluis <[email protected]>
Co-authored-by: jfversluis <[email protected]>
eb5981f to
46e0075
Compare
|
/azp run MAUI-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
PureWeen
approved these changes
Aug 15, 2025
rmarinho
added a commit
that referenced
this pull request
Aug 19, 2025
* Update bug-report.yml 9.0.100 SR10 (#31163) * Update ShellItemRenderer.cs (#31170) Co-authored-by: Gerald Versluis <[email protected]> * [create-pull-request] automated change (#31181) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Fix XAML compiled binding warnings in DeviceTests.Runners by adding x:DataType attributes (#30219) * Initial plan * Fix XAML compiled binding warnings by adding x:DataType attributes Co-authored-by: mattleibow <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: mattleibow <[email protected]> * Move externally linked XML API docs to inline source code documentation (#30313) * Initial plan * Convert first batch of XML docs to inline documentation Co-authored-by: jfversluis <[email protected]> * Convert second batch of XML docs to inline documentation Co-authored-by: jfversluis <[email protected]> * Convert third batch of XML docs to inline documentation Co-authored-by: jfversluis <[email protected]> # Conflicts: # src/Controls/src/Core/BoxView/BoxView.cs * Convert fourth batch (50 files) of XML docs to inline documentation Co-authored-by: jfversluis <[email protected]> * Convert fifth batch (100 files) of XML docs to inline documentation - Major milestone! Co-authored-by: jfversluis <[email protected]> * Fix documentation issues - remove T: prefixes, fix generic types, replace "To be added", spell check Co-authored-by: jfversluis <[email protected]> * Fix internal use documentation and CS1573 warnings Co-authored-by: jfversluis <[email protected]> * Delete unused XML documentation files from converted classes Co-authored-by: jfversluis <[email protected]> * Delete 76 truly unreferenced XML documentation files Co-authored-by: jfversluis <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jfversluis <[email protected]> * [create-pull-request] automated change (#31197) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [ci] Fix merge * Update TestAssemblyPage.xaml --------- Co-authored-by: Shane Neuville <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gerald Versluis <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: mattleibow <[email protected]> Co-authored-by: jfversluis <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Note
Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!
This PR addresses the requirement to move all externally linked XML documentation from separate files to inline documentation within the source code, improving maintainability and developer experience.
🎯 Overview
Converted 184 out of 442 files (~42%) from external XML includes to inline documentation following the Code Documentation Guidelines.
Before:
After:
🔧 Implementation
📊 Conversion Statistics
🎨 Key Areas Converted
🔍 Quality Assurance
🚀 Benefits
🔄 Remaining Work
This PR represents the first major phase of the conversion. Remaining work includes:
The conversion process is proven stable and can be continued in follow-up PRs to complete the migration.
🧪 Testing
Fixes #30312.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.