cs2ts-example icon indicating copy to clipboard operation
cs2ts-example copied to clipboard

Example project to demonstrate the generation of TypeScript interfaces from C# classes with no use of third party tools

Example converting C# classes to TypeScript interfaces

This example converts C# classes into TypeScript interfaces with no plugin, extension or third party tools.

It uses Reflection and generate the interfaces at startup.

Just clone the project and execute dotnet run (or run it from Visual Studio).