mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
12 lines
514 B
YAML
12 lines
514 B
YAML
generatorName: csharp
|
|
library: restsharp
|
|
outputDir: samples/client/petstore/csharp/restsharp/net8/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}'
|
|
targetFramework: net8.0
|
|
useCompareNetObjects: "true"
|
|
equatable: true
|
|
disallowAdditionalPropertiesIfNotPresent: true
|