Files
openapi-generator-original/bin/configs/csharp-generichost-latest-inlineEnumAnyOf.yaml
devhl-labs f6eeb01895 [csharp] Fixed any of inline enum (#21764)
* fixed composed any of

* fixed composed any of

* fixed spacing
2025-08-22 15:35:07 +08:00

13 lines
507 B
YAML

# for csharp generichost
generatorName: csharp
outputDir: samples/client/petstore/csharp/generichost/latest/InlineEnumAnyOf
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/inline-enum-any-of.yaml
templateDir: modules/openapi-generator/src/main/resources/csharp
additionalProperties:
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
modelPropertySorting: alphabetical
operationParameterSorting: alphabetical
validateSpec: false
inlineSchemaOptions:
RESOLVE_INLINE_ENUMS: true