Open ryanryanorient opened 2 years ago
fix #57
vscode extension version is not updated ? Property name ID (C#) transform to iD (Typescript),should be ID
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.
According to the camel case rule The camel case of ABCdefg should be abCdefg not aBCdefg