Generate yaml swagger using Swashbuckle

asked8 years ago
last updated6 years ago
viewed17k times
Up Vote11Down Vote

I have had no problem getting a json file in my Web API project using Microsoft's tutorial.

Due to some requirement I would like to be able to retrieve a yaml file. But the problem is there is no hook I could find to make this possible.

Does anyone know any for this problem?