I\'m searching for a way to automatically generate the TypesScript client code from a ASP.NET Core Web-Application (Currently using Visual Studio 2017RC and webpack).
Ar
If you need to generate DTOs and API clients, then your options are
If you need DTOs only, then I'd look towards
More on these tools in this post - 6+ ways to marry C# with TypeScript.