Skip to content

Is XML doc id expected to "uniquely" identify a method? #18483

Closed
@Youssef1313

Description

@Youssef1313

Being an "id" looks to me like it should be able to uniquely identify a method (or generally any member, being namespace, method, type, property, event).

In a niche case like the following:

type C() =
    /// <summary>
    /// </summary>
    member this.M(s: string) = ()

    /// <summary>
    /// </summary>
    member this.``M(System.String)``() = ()

Both methods will have the same id:

Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions