79212012

Date: 2024-11-21 16:08:45
Score: 1
Natty:
Report link

Another thing that can generate this error is if you mistakenly have the [Required] attribute on your property, i.e.

[Required]
public int? Index { get; set; }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: bowend01