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

Incorrect qualification by inline rename #20399

Closed
sharwell opened this issue Jun 22, 2017 · 1 comment
Closed

Incorrect qualification by inline rename #20399

sharwell opened this issue Jun 22, 2017 · 1 comment
Labels
Area-IDE Bug Language-C# Resolution-Not Reproducible The described behavior could not be reproduced by developers

Comments

@sharwell
Copy link
Member

Version Used: 15.3 Preview 2.1

Steps to Reproduce:

  1. Follow the steps in Bad performance in inline rename #20384 to rename the enum to AttributeStructure2
  2. Use inline rename to rename the enum back to AttributeStructure

Expected Behavior:

Code is returned to original state.

Actual Behavior:

One of the TagHelperAttributeNode constructors has the following code, resulting in compiler error CS0027:

internal TagHelperAttributeNode(string name, SyntaxTreeNode value)
    : this(name, value, this.AttributeStructure.DoubleQuotes)
{
}
@sharwell sharwell added Area-IDE Bug Language-C# help wanted The issue is "up for grabs" - add a comment if you are interested in working on it Resolution-Not Reproducible The described behavior could not be reproduced by developers and removed help wanted The issue is "up for grabs" - add a comment if you are interested in working on it labels Jun 22, 2017
@sharwell
Copy link
Member Author

I can't reproduce this in the latest builds off master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Bug Language-C# Resolution-Not Reproducible The described behavior could not be reproduced by developers
Projects
None yet
Development

No branches or pull requests

1 participant