Skip to content
/ cs2ts Public

VSCode extension: CSharp to TypeScript model converter

License

Notifications You must be signed in to change notification settings

CHA/cs2ts

Repository files navigation

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!

About

VSCode extension: CSharp to TypeScript model converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published