forked from loafle/openapi-generator-original
* add .net9 support * fixed path of new sample * comment out manual test that does not exist * comment out manual test that does not exist * comment out manual test that does not exist
13 lines
503 B
YAML
13 lines
503 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
|
|
library: generichost
|
|
templateDir: modules/openapi-generator/src/main/resources/csharp
|
|
additionalProperties:
|
|
packageGuid: '{2E60EF87-DB0B-4D01-A36E-F5E90F7EC757}'
|
|
useDateTimeForDate: true
|
|
targetFramework: net9.0
|
|
modelPropertySorting: alphabetical
|
|
operationParameterSorting: alphabetical
|