-
Thanks for this great project!
Unfortunately I have some issues with the Open API document generator in ASP.NET Core.
If I use `AddOpenApiDocument` instead of `AddSwaggerDocument`, all `IFormFile`…
-
I am using operation.ExtensionData in the Controller.liquid template to generate some extra code.
(see https://github.com/RicoSuter/NSwag/issues/1436 for more details).
if an openapi operation con…
-
Jakarta REST 3.1 now has support for this (https://github.com/jakartaee/rest/issues/418). We need to make sure our OpenAPI document generator can handle this media type correctly.
-
We should describe in our OpenAPI document what payload someone can expect when they subscribe to `team.updated`, `membership.created`, etc.
-
Do you have any interest in OpenAPI for documentation / (usually dumb, but usable) client generation? I'm working on a spec at the moment and need to document like 98% of the API (sans public transit)…
-
A few places make assumptions that we are only ever working with one document. But actually a `$ref` can point to an entity in another document entirely.
Most ref resolutions work properly, updatin…
-
### Description
Mission statement: Users can read the “raw” OpenAPI docs since they’re written in YAML, but for a better experience, we want to build a Pages site that intakes the raw files and outpu…
-
| Q | A
| ----------------------------------- | -------
| Bug or feature request? | X
| Which Swagger/OpenAPI version? | All
| Which Swagger-Edi…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
When running `IOpenApiDocumentTransformer`, it would be logical to have the ability to modify…
-
**Describe the issue**
We are looking at moving our application to Azure functions v4. We were using an App Service beforehand and swagger works correctly there (we added some configurations for a ce…