Skip to content

Incorrect simplification of Nullable{T} in XML comment #29

@sharwell

Description

@sharwell

The following shows an incorrect Simplify name proposal for a reference to Nullable<T> within an XML documentation comment.

image

This can be reproduced in Visual Studio 2015 Preview (CTP 4?) and CTP 5 with the following code:

/// <summary>
/// The <see cref="Nullable{T}"/> type has been defined not using the C# shorthand.
/// </summary>
public class Foo
{
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions