How to Build a C# to TypeScript Generator: Tools and Ideas
Views (0)
Previously, I have used Typewriter extension to generate C# classes like DTO, Enum and Controllers into its corresponding TypeScript Interfaces, Enums and API Services. However, the Typewriter extension is not supported for Visual Studio 2022. But you can still find an unofficial version that works for Visual Studio 2022 here: https://github.com/AdaskoTheBeAsT/Typewriter Since it is unofficial, […]
This was originally posted here.
*This post is locked for comments