Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Member group for method with generic arguments should show "OverloadDefinitions" with the specified argument types applied #16813

Copy link
Copy link
@daxian-dbw

Description

@daxian-dbw
Issue body actions

This is a follow-up issue to #12412
Ideally, member group for method with generic arguments should show "OverloadDefinitions" with the specified argument types applied.

Repro steps:

PS> $linq = [System.Linq.Enumerable]
PS> $linq::Distinct[int]

OverloadDefinitions
-------------------
static System.Collections.Generic.IEnumerable[TSource] Distinct[TSource](System.Collections.Generic.IEnumerable[TSource] source)
static System.Collections.Generic.IEnumerable[TSource] Distinct[TSource](System.Collections.Generic.IEnumerable[TSource] source,
System.Collections.Generic.IEqualityComparer[TSource] comparer)

The generic arguments are parsed and the ITypeName are kept in MemberExpressionAst, but it's not used when generating the overload definition.

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or moreWG-Enginecore PowerShell engine, interpreter, and runtimecore PowerShell engine, interpreter, and runtime

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.