Generates a .ts(TypeScript) file base on a POCO class.
IMPORTANT: Remember to successfully compile your project before using the extension (please take a look to roadmap). Extension built with .NET 4.6.2
Version 1.x
- Initial release - Export only properties. - Convert base value types into typescript equivalent. - Create a .ts file. - Keeps same property names. - Export only C# classes.
ROAD MAP
- [x] Export POCO to TypeScript Class. - [ ] Add support to convert collections. eg. Dictionary, Array, and Tuple. - [ ] Export Multiple POCO Classes. - [ ] Export Interfaces. - [ ] Add support to export event, method, and/or constructors. - [ ] Export to .ts without the need of compiling the project. - [ ] Support for .NET CORE.