-
I have multiple OpenApi contracts that I'm referencing with OpenApiReference in the csproj file.
When I generate the code, I place each client in a different namespace. I have some types with same n…
-
I am currently working on a service using Apache Camel and Quarkus, in which I must call 2 SOAP Webservices, one that allows me to obtain a session id (called LGI Command) and the next allows me to co…
-
Hello,
we are trying to write the integration/unit test but it is failing or not working as we expected. can you please help us?
dependency details:
1.8
org.sprin…
-
Getting this error when trying to generate OpenAPI spec (eventuallly to create a C# client):
> C:\Users\50587\.nuget\packages\nswag.msbuild\13.1.3\tools\NetCore30> dotnet dotnet-nswag.dll aspnetcor…
-
From kubernetes created by [y1r](https://github.com/y1r): kubernetes/kubernetes#116245
### What happened?
kubectl apply performs validation before the apply.
Non-CRD resources (e.g. pods / dep…
-
Do you have an example of what an ASP.Net Core 3.0 API operation that uploads and downloads a file and what the OpenAPI 3.0.1 yaml should look like in order to properly generate a client using NSwag c…
-
Thanks for the great project. We are using `citeproc-rs` in `texlab` and would like to publish `texlab` on [crates.io](https://crates.io/) soon, see https://github.com/latex-lsp/texlab/issues/152. How…
-
.Net 6.0 project - win api
include in csproj file :
Build project and swagger.json created.
In program.cs add:
var webApplicationOptions = new WebApplicationOptions() { Co…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
#### Describe the bug
AnonymousSchema class file is generated for Enum instead of Enum with normal name.
Issue is valid for both `JavaFileGenerator` and `JavaGenerator` generators.
Issue found duri…