Do you know the best way to generate your classes from swagger?
Last updated by Brady Stroud [SSW] 7 months ago.See historyYou 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, this is built in out of the box. See our rule on getting started with clean architecture.