Home

Is there a way to support swagger description from C# comments?

I am trying to use LINQPad to record code snippet of ASP.NET Web API swagger implementation.
Now I found that I can't generate XML document by MSBuild setting GenerateDocumentationFile since there is no project file concept in LINQPad query.

Is there any way to generate the XML documentation file from Query to be consumed by swagger?

I am using LINQPad 8 and Swashbuckle.AspNetCore version 6.5

Sign In or Register to comment.