-
I know there's already support for excluding controllers when generating the OpenAPI document, but this is for the other end when generating clients.
Is it possible to configure NSwag to generate c…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
### Is your feature request related to a problem? Please describe.
Generator name: **aspnetcore**
Generator cli version: **7.5.0**
When generating a model with a **UUID** property, 'EmitDefaul…
-
I'm using the TypeScript + fetch template. When I am using `oneOf` to define models, the generated code does not check the enum property to judge which model instance it is.
For example, for the sc…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
In this scenario, I have a nested Document type that isn't a database indexed item.
Let's use `Foo` and `Oof` both needing access to the type of `Bar`.
_file: schema.prisma_
```
// This is yo…
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when I have to call new Date(string) on any DTO property that could be a JS Date but is a string
**Describe…
-
##### Description
I have a type `Money` and a type `MoneyTuple`, which simply has `additionalProperties: $ref: '#/Money'`. Despite that the properties are all typed, the Java generator decides that…
-
##### Description
In the default Java generator, enums specified `withCamelCasing` ([example](https://github.com/feliksik/bug-reports/blob/master/openapi-generator/enum-casing/spec.yml)) in the spe…
-
This will be useful for scenarios where you want to specify your own `IEqualityComparer` setup.
* Could be solved through setting a default value in the DTO
* Would allow specifik data members…