reinforced / Reinforced.Typings

Converts C# classes to TypeScript interfaces (and many more) within project build. 0-dependency, minimal, gluten-free

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Auto[Camel|Pascal]CaseProperties in Ts[Interface|Class]Attribute

nvirth opened this issue · comments

Please add an option like Auto[Camel|Pascal]CaseProperties into Ts[Interface|Class]Attribute.
We use mixed casing, some classes have CamelCased property names, others have PascalCased ones.
Currently, we have to attribute all the properties one-by-one to set up the actual casing.
It would be nice if we could adjust this at class/interface level.