You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Swagger
I have Website project in VB.Net, I want to add details for my API where I want to add description for Parameters, Summary and Remarks. As I have Website Project I cannot build this to add my XML file. So I have done manually created file in bin and attached its path in "c.IncludeXmlComments(String.Format("{0}\bin\SwaggerFranchiseAPI.XML", System.AppDomain.CurrentDomain.BaseDirectory))" like this. File is correctly Attached but I am unable to see those details I am attaching images which may help you to understand my problem. Thanks in Advance.