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
add an AllowDefault property to determine if the value is available
AllowDefault
similar to the role of the code below
https://github.com/dotnet/corefx/blob/9205f4636caae2498d7b05d77be9404af1538f27/src/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/RequiredAttribute.cs#L29
The text was updated successfully, but these errors were encountered:
Fixed by #82311
Sorry, something went wrong.
No branches or pull requests
add an
AllowDefault
property to determine if the value is availablesimilar to the role of the code below
https://github.com/dotnet/corefx/blob/9205f4636caae2498d7b05d77be9404af1538f27/src/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/RequiredAttribute.cs#L29
The text was updated successfully, but these errors were encountered: