I have a class. At one point, I had set the properties of the class to [Required] using System.ComponentModel....
Okay, then I realized this was not needed. I ha
If you have value type properties. Client validation will always generate required validations. If you don't want required validation for value types make them nullable.
You have two options:
nullable