CS2TS converts C# DTO to TypeScript interface
Convert C# DTO to TypeScript in two simple steps:
Select the class you want to convert Press
alt
+shift
+c
(Windows) orcmd
+shift
+c
(Mac)
Visual Studio Code ^1.5.2
- Nullable datatype still not supported
- Unable to convert generic classes
- Convert C# class to TypeScript interface only
- Initial release of CS2TS includes basic feature i.e. automatically convert C# DTO class to TypeScript interface.
Initial release of CS2TS: Convert C# DTO class to TypeScript
Enjoy!