The documentation for implementing IsValid for custom attributes has an incorrect signature. The signature for IsValid shown here has object? value whereas the example does not. The return type is also nullable.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The documentation for implementing IsValid for custom attributes has an incorrect signature. The signature for IsValid shown here has
object? valuewhereas the example does not. The return type is also nullable.Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.