-
## Project type & relevant dependencies
dotnet 6 web api, communication with other api clients using generated nswag api proxies.
NSwag 13.15.5 and underlying dependency NJsonSchema 10.6.6
## Iss…
-
Hi,
My team is working on generating (C#) code from the JSON schema of this message to process data from PUO's and we see that the code being generated is different from what we expect, see example …
-
### Duplicate ?
- [X] I have searched issues/discussions and did not find other issues/discussions reporting this bug.
### Product version
1.5.2
### Describe expected behavior
CoreWCF services fu…
-
Im moving from MomentJS to DayJs in my code, i noticed that a C# TimeSpan was resolved as a moment,Duration. However now using DayJs it is resolving to a dayjs.Dayjs.
I think this is the line we a…
-
Is it possible to generate contract output files targeting .NET using the CLI, and referencing a .nswag file?
Loading the .nswag file in NSwagStudio produces contract file output when Generate Fil…
jjohs updated
6 months ago
-
With latest version of NSwagStudio 13.15.10.0 I get a runtime exception when I click on "Generate Outputs" with TypeScript Client and Web Api via Reflection.
With the previous version (13.15.9) does …
-
I just updated from `13.19.0` to `14.0.7` and it seems that the `swagger2csclient` has been removed.
I switched to `openapi2csclient` now, but the generated code is vaulty. It generates the client cl…
srad updated
6 months ago
-
has anyone tried nswag cli on mac m1? Im getting this erorr:
```
franco@Francos-MacBook-Air taskapp % nswag run nswag-taskapp.nswag
NSwag NPM CLI
NSwag command line tool for .NET Core NetCore21,…
-
is it possible to group controllers with NSwag? I have Series of Controllers that specific for Web applications and some specific for mobile. I want some kind of grouping mechanism that I can use to …
-
In NSwag v12+ the generation of a C# client has changed when oneOf is used. I realize that openapi 3 isn't supported, including oneOf but I at least wanted to point out this change in behavior from NS…