We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6de5b7 commit 0fe5747Copy full SHA for 0fe5747
bin/configs/csharp-generichost-latest-inlineEnumAnyOf.yaml
@@ -0,0 +1,12 @@
1
+# for csharp generichost
2
+generatorName: csharp
3
+outputDir: samples/client/petstore/csharp/generichost/latest/InlineEnumAnyOf
4
+inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/inline-enum-any-of.yaml
5
+templateDir: modules/openapi-generator/src/main/resources/csharp
6
+additionalProperties:
7
+ packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
8
+ modelPropertySorting: alphabetical
9
+ operationParameterSorting: alphabetical
10
+validateSpec: false
11
+inlineSchemaOptions:
12
+ RESOLVE_INLINE_ENUMS: true
0 commit comments