Skip to content

Conversation

ericstj
Copy link
Member

@ericstj ericstj commented Oct 7, 2025

Fixes dotnet/runtime#120511

Fixes missing docs for XML namespace in .NET 10.0

Fixes missing docs for XML namespace in .NET 10.0
@ericstj ericstj requested review from gewarren and a team October 7, 2025 22:02
@ericstj ericstj requested a review from a team as a code owner October 7, 2025 22:02
@Copilot Copilot AI review requested due to automatic review settings October 7, 2025 22:02
Copy link

@Copilot 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 adds <inheritdoc /> elements to XML documentation for the XmlDictionaryWriter class to fix missing documentation in .NET 10.0's XML namespace. The change leverages inheritance-based documentation to automatically pull documentation from base classes or interfaces.

  • Added <inheritdoc /> elements to XML documentation
  • Targeted specific methods in XmlDictionaryWriter class
  • Addresses documentation gaps identified in issue #120511

@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Oct 7, 2025
@tarekgh tarekgh added area-System.Xml and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Oct 7, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-xml

@ericstj ericstj merged commit c336445 into main Oct 7, 2025
6 checks passed
@ericstj ericstj deleted the ericstj-xml-net10-docs branch October 7, 2025 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System.Xml docs for .NET 10.0 APIs
2 participants