[OpenApi] xml doc not used when endpoint delegate is async #61875
Labels
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
Milestone
Is there an existing issue for this?
Describe the bug
endpoints with async handlers do not have the xml doc properly applied to the openapi
.json
output.I define endpoints like this:
with handlers defined as:
This results in the following openapi
.json
contents. as you can see, the"TestAsync summary"
message is not outputExpected Behavior
async methods should have xml docs utilized properly
Steps To Reproduce
see above
Exceptions (if any)
none
.NET Version
10.0.100-preview.3.25201.16
Anything else?
Microsoft.AspNetCore.OpenApi v10.0.0-preview.3.25172.1
The text was updated successfully, but these errors were encountered: