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
167 stars 38 forks source link

support DefaultValueAttribute #97

Closed zijianhuang closed 4 years ago

zijianhuang commented 4 years ago

The default value is assigned to the property in C# poco class.

Done in poco2cs.

to be released in v3.11.

zijianhuang commented 4 years ago

done