Swashbuckle Pro Tips for ASP.NET Web API – Example(s) Using AutoFixture
- Swashbuckle Pro Tips for ASP.NET Web API – Content Types
- Swashbuckle Pro Tips for ASP.NET Web API – Example/s Using AutoFixture
In the previous post, we implemented IOperationFilter
of Swashbuckle to emit the consumes
and produces
properties in a Swagger document. This post will implement another IOperationFilter
to emit example(s)
properties containing auto-generated values by AutoFixture.
The sample codes used in this post can be found here.
Acknowledgement
The sample application uses the following spec:
… [Keep reading] “Swashbuckle Pro Tips for ASP.NET Web API – Example(s) Using AutoFixture”