zijianhuang / webapiclientgen

Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
MIT License
168 stars 38 forks source link

translate System.ComponentModel.DataAnnotations attributes into doc comment. #87

Closed zijianhuang closed 4 years ago

zijianhuang commented 4 years ago

[System.ComponentModel.DataAnnotations.StringLength(int.MaxValue, MinimumLength = 8)] [System.ComponentModel.DataAnnotations.Range(1, int.MaxValue)] [System.ComponentModel.DataAnnotations.MaxLength(20)] [System.ComponentModel.DataAnnotations.MinLength(1)] [System.ComponentModel.DataAnnotations.RegularExpression(@"/(?=.[a-z])(?=.[A-Z])(?=.*[0-9])/")]

zijianhuang commented 4 years ago

done