Skip to content

Merge doc comments across multiple parts#76013

Draft
CyrusNajmabadi wants to merge 4 commits into
dotnet:mainfrom
CyrusNajmabadi:mergeDocCommentsAcrossMultipleParts
Draft

Merge doc comments across multiple parts#76013
CyrusNajmabadi wants to merge 4 commits into
dotnet:mainfrom
CyrusNajmabadi:mergeDocCommentsAcrossMultipleParts

Conversation

@CyrusNajmabadi
Copy link
Copy Markdown
Contributor

Fixes #60725

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner November 22, 2024 00:01
@ghost ghost added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Nov 22, 2024
private void ParseCallback(XmlReader reader)
{
if (reader.NodeType == XmlNodeType.Element)
if (reader.NodeType != XmlNodeType.Element)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

inverted.

view with whitespace off.

@CyrusNajmabadi CyrusNajmabadi marked this pull request as draft November 22, 2024 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead VSCode

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Quick Info should merge elements with the same name

3 participants