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

Naming Styles fantastic failure in broken code. #19106

Closed
CyrusNajmabadi opened this issue Apr 28, 2017 · 0 comments · Fixed by #19211
Closed

Naming Styles fantastic failure in broken code. #19106

CyrusNajmabadi opened this issue Apr 28, 2017 · 0 comments · Fixed by #19211
Assignees
Milestone

Comments

@CyrusNajmabadi
Copy link
Member

namespace Microsoft.CodeAnalysis.Host
{
    /// <summary>
    /// This service allows you to persist information relative to solution, projects and documents.
    /// </summary>
    public interface IPersistentStorageService : IWorkspaceService
    {
        IPersistentStorage GetStorage(Solution solution);
    }

    internal interface 
}

Note hte unterminated interface. First, observe the following suggestion tag span:

image

Next, observe the totally broken suggestion:

image

Note: that "IHost" is being picked because the namespace we're contained in ends with "Host".

@Pilchie Pilchie added this to the 15.3 milestone Apr 29, 2017
@dpoeschl dpoeschl changed the title Horribly broken behavior with broken code. Naming Styles fantastic failure in broken code. May 2, 2017
dpoeschl pushed a commit to dpoeschl/roslyn that referenced this issue May 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants