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
Welcome to the OpenAPI.NET C# Comment Reader wiki!
Introduction
OpenAPI.NET C# Comment Reader utilizes native VS XML annotations to construct the OpenAPI document for the service.
First, make sure that you have enabled your XML annotations for your project to be dropped as part of the Build output. This XML file is needed as an input to the C# Comment Reader.
To do so, in Visual Studio, right click on your project and Select Properties. Then choose the Build tab, scroll down to Output section and ensure that XML documentation file is checked. Set the file path to: bin\[YourServiceName].XML or another file path of your choosing.
Advance Configuration XML annotation guide. Using configuration XML allows you to control which operations to include or exclude from the resulting documents or add certain annotations to all or some operations.