help wantedproject: NJsonSchemaproject: NJsonSchema.CodeGeneration.CSharpproject: NJsonSchema.CodeGeneration.TypeScripttype: bug
Metriche repository
- Star
- (6291 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
I have 2 DTOs, both contain same Enum

I have 2 controller methods using those DTO as URL query args

I have 2 swagger definitions with same Enum

And I get bad code from NSwag with "2" added to Enum name

If this is not a bug then what am I doing wrong? Also this seem to be wrong only on method signature of the generated interface and the class, once I remove "2" the code compiles and I think it's generally ok code
