Skip to content
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

Merge doc comments across multiple parts #76013

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

CyrusNajmabadi
Copy link
Member

Fixes #60725

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner November 22, 2024 00:01
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Nov 22, 2024
@@ -227,89 +228,98 @@ private static string TrimEachLine(string text)

private void ParseCallback(XmlReader reader)
{
if (reader.NodeType == XmlNodeType.Element)
if (reader.NodeType != XmlNodeType.Element)
Copy link
Member 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
2 participants