Skip to content

Hover and signature help doesn't agree on current overload #84055

@DoctorKrolic

Description

@DoctorKrolic

Version Used:
VS Insiders [11822.327]

Steps to Reproduce:

using System.Collections.Immutable;

ImmutableArray<int> a1 = [1, 2, 3];
ImmutableArray<int> a2 = [1, 2, 3];

if (a1.SequenceEqual(a2))
{
    Console.WriteLine("Equal");
}

See hover vs signature help on SequenceEqual

Expected Behavior:
Both features display the same current overload

Actual Behavior:
Hover shows ImmutableArray-specific overload, while signature help shows an IEnumerable overload. I think hover shows the correct one

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    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