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>
12 lines
482 B
YAML
12 lines
482 B
YAML
# for csharp generichost
|
|
generatorName: csharp
|
|
outputDir: samples/client/petstore/csharp/generichost/net9/UseDateTimeForDate
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/dates-api.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/csharp
|
|
additionalProperties:
|
|
packageGuid: '{2E60EF87-DB0B-4D01-A36E-F5E90F7EC757}'
|
|
useDateTimeForDate: true
|
|
targetFramework: net9.0
|
|
modelPropertySorting: alphabetical
|
|
operationParameterSorting: alphabetical
|