Skip to content

Conflict is not indicated when renaming a parameter from partial method definition #18566

@josefpihrt

Description

@josefpihrt

Version Used: Visual Studio 2017 15.0.0+26228.10

Code to Reproduce:

public partial class Foo
{
    partial void Bar(Foo value)
    {
        Foo foo = null;
    }
}

public partial class Foo
{
    partial void Bar(Foo value); // Rename 'value' to 'foo' from here
}

Actual Behavior:
Conflict is not indicated in the IDE.`

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions