DEV Community

Discussion on: Some useful Libraries for .NET projects

 
seankearon profile image
seankearon

I've done Swagger files by hand before, which isn't much fun. But, I find that generating the Swagger from the code using Swashbuckle is really easy to work with and gives great results.

docs.microsoft.com/en-us/aspnet/co...

What were you using to generate the C# from the Swagger, @sharpninja ?