You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am struggling to find any examples of how to inject descriptions for the endpoint and parameters. This use to be easy because xml comments on classes and properties could be added via swagger.
methods (e.g. app.MapPost(... cant have xml comments
xml comments on classes used as request/response objects are ignored including the public properties
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I am struggling to find any examples of how to inject descriptions for the endpoint and parameters. This use to be easy because xml comments on classes and properties could be added via swagger.
app.MapPost(...
cant have xml commentsAny help would be appreciated.
The text was updated successfully, but these errors were encountered: