Open AlexeyRaga opened 8 months ago
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;
Hello, thanks for the feedback,
I see, this should be an easy fix
Looks like there is missing
for record types.
This has it:
and this one does not: