RicoSuter / NSwag

The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
http://NSwag.org
MIT License
6.69k stars 1.24k forks source link

NSwagStudio - Inquiry on Replacing classNames and Generating TypeScript Interfaces from C# #4708

Open MehdiElMellali opened 8 months ago

MehdiElMellali commented 8 months ago

I am currently using NSwagStudio for generating Swagger/OpenAPI documentation from my C# project. After recent changes, it seems that the classNames feature has been removed. I have a couple of questions regarding this and would appreciate guidance on how to proceed.

Questions

Replacement for classNames: With the removal of the classNames feature, what is the recommended approach for handling class names in the generated TypeScript code? because now all class generate to typescript i need generate specific class

Generating TypeScript Interfaces: I'm interested in generating TypeScript interfaces from my C# models. Could you provide guidance on how to achieve this with the latest version of NSwagStudio?

Steps Taken

I have thoroughly reviewed the documentation but could not find information on these specific topics.