Centeva / TypeScripter

A tool to generate Typescript classes from c# models.
MIT License
4 stars 5 forks source link

Handle generic types better, including Task<T> #22

Closed darrelbrown closed 6 years ago

darrelbrown commented 6 years ago

This fixes all the situations I've seen when the return type is a Task and also handles arrays/lists of value types (like int) better as well.