We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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;
The text was updated successfully, but these errors were encountered:
Hello, thanks for the feedback,
I see, this should be an easy fix
Sorry, something went wrong.
No branches or pull requests
Looks like there is missing
for record types.
This has it:
and this one does not:
The text was updated successfully, but these errors were encountered: