I have sucessfully implemented swagger on my ASP.NET Web Application api, and works like a charm. Now i wnat to add comments on fields, i have searched and i can only see examples on ASP.Net Core web Api, how can i achieve the same in a ASP.NET we Application api.
- What library did you use to add Swagger to your ASP.NET web app? Did you check its documentation?mason– mason2023-03-29 17:19:08 +00:00Commented Mar 29, 2023 at 17:19
- I used swachbuckle, and all other documentation i am get is for swashbuckle for asp.net coretipaz– tipaz2023-03-29 18:59:26 +00:00Commented Mar 29, 2023 at 18:59
- This might help - stackoverflow.com/questions/41957572/…Ross– Ross2023-03-29 22:16:44 +00:00Commented Mar 29, 2023 at 22:16
Add a comment |