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

Metadata-as-source does not display summary text inside CDATA #22431

Closed
bkoelman opened this issue Sep 29, 2017 · 0 comments · Fixed by #53140
Closed

Metadata-as-source does not display summary text inside CDATA #22431

bkoelman opened this issue Sep 29, 2017 · 0 comments · Fixed by #53140
Labels
Area-IDE Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented
Milestone

Comments

@bkoelman
Copy link
Contributor

bkoelman commented Sep 29, 2017

Version Used:
VS Community 2017 v15.3.5.

Steps to Reproduce:

  1. Create new console project
  2. Add NuGet reference to Microsoft.CodeAnalysis
  3. Type BinaryOperatorKind, add using and press F12

Expected Behavior:

        // Summary:
        //     Represents the >> operator.
        RightShift = 9,

Actual Behavior:

        // Summary:
        //     Represents the operator.
        RightShift = 9,

The source code contains several CDATA sections, but they are not displayed in VS:

image

@jinujoseph jinujoseph added this to the Unknown milestone Oct 21, 2017
Youssef1313 added a commit to Youssef1313/roslyn that referenced this issue May 4, 2021
Youssef1313 added a commit to Youssef1313/roslyn that referenced this issue May 18, 2021
@sharwell sharwell added the Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented label Jun 24, 2021
@sharwell sharwell modified the milestones: Backlog, 16.11 Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants