Vogen icon indicating copy to clipboard operation
Vogen copied to clipboard

respect data annotations

Open dzmitry-lahoda opened this issue 2 years ago • 2 comments

[ValueObject(typeof(int))]
[System.ComponentModel.DataAnnotations.Range(2,100, Error = "Generate validator from this. Hm. Even compile time validator for well know annotations"]
public partial struct CustomerId {
}

dzmitry-lahoda avatar Jan 23 '22 08:01 dzmitry-lahoda

From the existing attributes, these might be relevant (ordered descending by usefulness, IMO):

Herdo avatar Aug 29 '22 20:08 Herdo

at least one example can be handy to provide patches for others:) Range is good target.

dzmitry-lahoda avatar Aug 29 '22 22:08 dzmitry-lahoda