Skip to content

Changes in parameter names are not detected as breaking changes #5

@mbengtson

Description

@mbengtson

Let's say that we have the following method signature in our public API:
public void TestMethod(int x)

Some users of the API is calling our method using named parameters:
TestMethod(x: 2);

If we change the parameter name in our method (e.g. the x parameter is renamed to y) then it will break all usages where named parameters have been used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No 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