RicoSuter/NJsonSchema
Retain data validation annotation attributes in model generation
オープン
#1,011 opened on 2016/09/22
help wantedproject: NJsonSchema.CodeGeneration.TypeScripttype: enhancement
Repository metrics
- Stars
- (1,581 個のスター)
- PR merge metrics
- (平均マージ 39d 6h) (30d で 1 merged PR)
説明
Attributes such as [Required], [Range], [StringLength(5)] from the System.ComponentModel.DataAnnotations namespace should be retained in the generated client side models so validation can be performed.