AdrianWilczynski / CSharpToTypeScript

Convert C# Models, ViewModels and DTOs into their TypeScript equivalents using webapps, CLI Tool or VSCode extension. Links: https://marketplace.visualstudio.com/items?itemName=adrianwilczynski.csharp-to-typescript - https://csharptotypescript.azurewebsites.net - https://adrianwilczynski.github.io/CSharpToTypeScript/ - https://www.nuget.org/packages/CSharpToTypeScript.CLITool/
MIT License
115 stars 32 forks source link

Property Name Not Match CamelCase #49

Open ryanryanorient opened 2 years ago

ryanryanorient commented 2 years ago

According to the camel case rule The camel case of ABCdefg should be abCdefg not aBCdefg

ryanryanorient commented 1 year ago

fix #57

jun58 commented 1 year ago

image

vscode extension version is not updated ? Property name ID (C#) transform to iD (Typescript),should be ID

ryanryanorient commented 1 year ago

The standard conversion of the C# property name "ID" to TypeScript should be "id". Additionally, regarding this request not being merged and the project seeming to be abandoned.