-
Good day,
I'm trying to use NSwag Studio (x64 v13.8.2.0 on Windows 10) to generate C# objects from .yaml, but I run into an error.
Starting with file swagger.yaml, which has a reference to ../..…
-
After having a working app generated using `Fetch` template I've switched to `Axios` one and `Authorization` header aren't longer sent in the server requests.
This is the generated client code. In …
-
I am listening to MQTT provider using Dapr and it will be not be sending events in CloudEvents Format.
My intention is to be able to process messages as raw string and then do any conversion needed…
-
Before going into Details: I'm using WebApi2 with OWIN and scheme set to OpenApi3
With this setup, I'm unable to create a swagger.json which disables the security for given operations (actions).
…
-
### Vert.x 5 Roadmap
### 5.0.0
[Development of Vert.x 5](https://github.com/eclipse-vertx/vert.x/wiki/Vert.x-5)
- [x] [Async result callback removals](https://github.com/vert-x3/issues/issues…
-
Hi,
I am quite new to NSwag so maybe I am doing something wrong, but I want to generate a swagger.json file every time my project is build.
I have NSwag MSBuild Nuget package installed and added…
-
Machine readable definitions in specs (or out-of-band) makes it possible for tools to use that information for a variety of purposes:
- Generating binding code, as in the case of [Web IDL](https://he…
-
In a separate document.
Has a separate lifecycle.
How does the overlay reference the source document? - By document structure
Is OperationId a valid way of referencing core documents?
-
Hi!
We use NSwag to generate TypeScript clients for our internal controller-based APIs. This works well with `NSwag.MSBuild` 13.20.0 and .NET 7.
During the .NET 8 upgrade, I have made the follow…
-
When generating C# client code with the NSwag command line toolchain 13.9.2 Netcore31 from
root.yaml:
```
openapi: 3.0.2
paths:
/test:
$ref: './path.yaml#/paths/test'
```
path.yam…