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

How do I get the generated OpenAPI JSON to specify `additionalProperties: false` in schema elements?

I have a use case where my Json property names need to be formatted as lower-case, and I would prefer to not use the Newtonsoft JsonProperty attribute on every property...

We have 2 separate base paths for different partners. Hence we added 2 url tags in docs {base1}/assets {base2}/assets How can I generate the swagger for this containing both paths?

This project really helped us out generating OpenAPI 3.0 schemas for out .Net Framework WebAPI. In our WebAPI some of the controllers have actions that can have complex types as...

At all. You do exactly what the documentation says. You read your own XML document (you can even copy the XML document in the documentation and input that) and none...

Added in TimeSpan support. Adding the test functionality to an existing object required changes across many files... Happy to make some changes there.

It's a excellent tools, but can it be easier and more intelligent to use. It is unnecessary to annotate the `verb` and `url` and parameters for all of the web...

If the operation described in the XML file has an tag, it is used, otherwise (keeping the original behaviour) the id is generated using the path () and the operation...

In the [Data Types - Format](https://swagger.io/docs/specification/data-models/data-types/#format) section of the OpenAPI/Swagger spec, it defines the `byte` as a format of the string type: - `byte` – base64-encoded characters, for example, U3dhZ2dlciByb2Nrcw==...

Hi, I have been attempting to add an OpenAPI build task to my Azure DevOps pipeline, but am currently stuck on receiving an error whenever I attempt to build my...