mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
* set generichost as default * revert a java change * comment out a java test --------- Co-authored-by: devhl <shawnkanyer@gmail.com>
15 lines
634 B
YAML
15 lines
634 B
YAML
# for csharp generichost
|
|
generatorName: csharp
|
|
outputDir: samples/client/petstore/csharp/generichost/net4.7/Petstore
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/csharp
|
|
additionalProperties:
|
|
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
|
|
useCompareNetObjects: true
|
|
disallowAdditionalPropertiesIfNotPresent: false
|
|
nullableReferenceTypes: false
|
|
equatable: true
|
|
targetFramework: net47
|
|
modelPropertySorting: alphabetical
|
|
operationParameterSorting: alphabetical
|