forked from loafle/openapi-generator-original
20 lines
672 B
YAML
20 lines
672 B
YAML
generatorName: csharp
|
|
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
|