Do you know the best way to generate your classes from swagger?

Last updated by TiagoAraujo over 3 years ago.See history

You can save time and reduce human error by automatically generating clients for your APIs.

The best tool for this is NSwag.

This is Microsoft's recommended approach, and you can read more about how to set this up in your ASP.Net Core project at the official documentation.

If you use the Clean Architecture template developed by SSW's @JasonTaylorDev, this is built in out of the box. See our rule on getting started with clean architecture.

nswag studio
Figure: Good Example - NSwag Studio lets you customise your nswag config

jt nswag
Figure: Good Example - @JasonTaylorDev's Clean Architecture templace comes with this built in

We open source. Powered by GitHub