OpenAPI.NET.CSharpAnnotations
OpenAPI.NET.CSharpAnnotations copied to clipboard
Generates OpenAPI Document from C# Annotations
Our filters should detect and report all issues instead of just the first. This will help customers save time by avoiding peeling the onion. For example, when the following annotations...
It will help people play around and get familiar with the library before using it in their code base.
Take for example the following code and comments. ``` public enum DayOfWeek { Monday, Tuesday, ... Sunday } public class FooController : Controller { public const string DefaultValue = "Default";...