Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 797 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 797 Bytes

Visual Studio Code Extensions

CS2TS converts C# DTO to TypeScript interface

Features

Convert C# DTO to TypeScript in two simple steps:

Select the class you want to convert Press alt + shift + c (Windows) or cmd + shift + c (Mac)

Requirements

Visual Studio Code ^1.5.2

Known Issues and Limitations

  • Nullable datatype still not supported
  • Unable to convert generic classes
  • Convert C# class to TypeScript interface only

Release Notes

  • Initial release of CS2TS includes basic feature i.e. automatically convert C# DTO class to TypeScript interface.

1.0.0

Initial release of CS2TS: Convert C# DTO class to TypeScript

Enjoy!