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>
21 lines
691 B
YAML
21 lines
691 B
YAML
generatorName: csharp
|
|
library: restsharp
|
|
outputDir: samples/client/petstore/csharp/restsharp/net8/ParameterMappings
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/name-parameter-mappings.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/csharp
|
|
nameMappings:
|
|
_type: UnderscoreType
|
|
type_: TypeWithUnderscore
|
|
http_debug_operation: HttpDebugOperation
|
|
parameterNameMappings:
|
|
_type: UnderscoreType
|
|
type_: TypeWithUnderscore
|
|
http_debug_operation: HttpDebugOperation
|
|
modelNameMappings:
|
|
Environment: Env
|
|
additionalProperties:
|
|
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
|
|
hideGenerationTimestamp: "true"
|
|
targetFramework: net8.0
|
|
equatable: true
|