TinyHelpers
TinyHelpers copied to clipboard
Wrong signature in FileSizeAttribute
The project uses nullable reference types. The IsValid method in the FileSizeAttribute.cs:
protected override ValidationResult IsValid(object value, ValidationContext validationContext)
Does not respect the nullability of the input and output parameters.