Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Constructors mentioned in crefs are classified like types #633

Closed
dpoeschl opened this issue Feb 18, 2015 · 1 comment
Closed

Constructors mentioned in crefs are classified like types #633

dpoeschl opened this issue Feb 18, 2015 · 1 comment
Assignees
Labels
Area-IDE Bug help wanted The issue is "up for grabs" - add a comment if you are interested in working on it
Milestone

Comments

@dpoeschl
Copy link
Contributor

Ported from TFS WorkItem: 840118


Repro Steps:

Affected Branch:
Affected Build:
Affected Product Language:

Steps to reproduce:

1. Copy/paste to a C# file:

 

/// <summary>
/// To create an instance of MyClass, call <see cref="MyClass.MyClass(int)"/>
/// </summary>
class MyClass
{
    public MyClass(int x) { }
}

 

*_Expected: *_The cref to be colored like this: MyClass.MyClass(int)

*_Actual: *_The cref is actally colored like this: MyClass.MyClass(int)


Revisions:

  1. Created By David Poeschl (12/9/2013 4:08:55 PM)

@dpoeschl dpoeschl self-assigned this Feb 18, 2015
@dpoeschl dpoeschl added this to the Unknown milestone Feb 18, 2015
@dpoeschl dpoeschl added Bug help wanted The issue is "up for grabs" - add a comment if you are interested in working on it Area-IDE labels Feb 18, 2015
@davkean
Copy link
Member

davkean commented Nov 18, 2015

Here's an image to better clarify this as the port lost it:

image

balajikris added a commit that referenced this issue Jul 27, 2016
Fixes #633 - Constructor names were classifying as types within xml docs
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Area-IDE Bug help wanted The issue is "up for grabs" - add a comment if you are interested in working on it
Projects
None yet
Development

No branches or pull requests

2 participants