0
MarkusBernhardt created
How can I enable Swagger to use XML comments?
Something like:
options.IncludeXmlComments
in Startup.cs of Web.Host? But how does that work together with AbpModules?
4 Answer(s)
-
0
just write summary/description on implement class, not interface
— https://github.com/aspnetboilerplate/aspnetboilerplate/issues/3285
-
0
Hi Aaron!
I added the comments to both the implementation and the interface. But it does not work.
Is there anything else I have to do?
Best regards, Markus
-
0
Any more ideas? Anyone?
-
0
don't know why your implementation didn't work. but there's also another approach using XML Documentation <a class="postlink" href="https://exceptionnotfound.net/adding-swagger-to-asp-net-core-web-api-using-xml-documentation/">https://exceptionnotfound.net/adding-sw ... mentation/</a>