forked from loafle/openapi-generator-original
* fixed parameter ordering * placed changes behind a switch * bug fix * minor revert * use lombok.Setter * addressed comment * lint * minor refactor * massively improve csharp templates code improved apiclient.mustache to keep it dry, sharing a single exec with Action<> delegate. improved api.mustache to keep it dry, used chain constructors, kept RequestOptions in a single method, set configuration with alias directive moved fqn types to using directive for cleaner code removed 'this' from variables/props that are redundant fix CSharpClientDeepObjectTest code is now DRY so count must only be one * updated test samples csharp * removed async from ExecAsync (not needed here anymore) * updated samples csharp * nullable property not working on models due to not being defined in yaml schema updated samples * added options * rebuild tests * revert unintended commits * rebuild samples * rebuild samples * rererebuild samples * fix manual tests --------- Co-authored-by: filipe <filipe_ds@live.com.pt>
14 lines
595 B
YAML
14 lines
595 B
YAML
# for csharp generichost
|
|
generatorName: csharp
|
|
outputDir: samples/client/petstore/csharp/generichost/standard2.0/Petstore
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml
|
|
library: generichost
|
|
templateDir: modules/openapi-generator/src/main/resources/csharp
|
|
additionalProperties:
|
|
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
|
|
useCompareNetObjects: true
|
|
disallowAdditionalPropertiesIfNotPresent: false
|
|
targetFramework: netstandard2.0
|
|
equatable: true
|
|
modelPropertySorting: alphabetical
|