ramhemasri / cs2ts-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

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


Languages

Language:C# 100.0%