OpenAPI.NET.CSharpAnnotations icon indicating copy to clipboard operation
OpenAPI.NET.CSharpAnnotations copied to clipboard

Generates OpenAPI Document from C# Annotations

Results 44 OpenAPI.NET.CSharpAnnotations issues
Sort by recently updated
recently updated
newest added

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...

triage-needed

It will help people play around and get familiar with the library before using it in their code base.

enhancement

Take for example the following code and comments. ``` public enum DayOfWeek { Monday, Tuesday, ... Sunday } public class FooController : Controller { public const string DefaultValue = "Default";...

enhancement
triage-needed