We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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;