0
shridhar.mole created
I'm trying to add API summary & remarks to Swagger and have followed this URL from microsoft.
I'm not able to see any summary or remarks on the Swagger UI, Kindly suggest.
- Product version is 10.3.
- Product type is Angular.
- Product framework type is .net core.
- Currently using the default theme.
3 Answer(s)
-
0
Hi,
Did you set "Swagger:ShowSummaries" to true in the appsettings.json file ?
-
0
Hi,
Thanks for your reply. No it wasn't there, but even after setting it no luck. I can you share some link or documentation to refer?
-
0
Hi shridhar.mole
It is implemented in the v10.4. You can check the implementation here and implement it yourself. https://github.com/aspnetzero/aspnet-zero-core/pull/3889