Skip to content

SA1313 has conflict with C# record example #62

@Everest2020

Description

@Everest2020

SA1313ParameterNamesMustBeginWithLowerCaseLetter

The following is the official example from Microsoft,

public record Person(string FirstName, string LastName);

But SA1313 will complain about it.
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions