Skip to content

ToString is not overriden for records #10

Open
@AlexeyRaga

Description

@AlexeyRaga

Looks like there is missing

public override string ToString() => this.Value.ToString();

for record types.

This has it:

[Strongly]
public partial struct UserId;

and this one does not:

[Strongly]
public partial record struct UserId;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions