forked from loafle/openapi-generator-original
* moved manual tests * moved allOf * moved anyOf * moved oneOf * moved OpenAPIClient-generichost-net6.0 * moved OpenAPIClient-generichost-net6.0-nrt * moved OpenAPIClient-generichost-net6.0-nrt-useSourceGeneration * moved OpenAPIClient-generichost-net7.0-useDateTimeForDate * moved OpenAPIClient-generichost-netstandard2.0 * moved OpenAPIClient * moved OpenAPIClient-ConditionalSerialization * moved OpenAPIClient-httpclient * moved OpenAPIClient-net5.0 * moved OpenAPIClient-net7.0-useDateTimeForDate * moved OpenAPIClient-net47 * moved OpenAPIClient-net48 * moved OpenAPIClient-restsharp-name-parameter-mappings * moved OpenAPIClient-unityWebRequest * moved OpenAPIClientCore * moved OpenAPIClientCoreAndNet47 * renamed standard2 to standard2.0 * renamed standard2 to standard2.0 * fixed workflows * renamed workflows * updated bin artifacts * updated bin artifacts * pinned the samples to their version * renamed bin artifacts * update bin artifact * update bin artifact * update bin artifact * updated appveyor * reverting changes bc git does not show the rename * commiting all but the file rename for these two files
14 lines
630 B
YAML
14 lines
630 B
YAML
# for .net standard
|
|
generatorName: csharp
|
|
outputDir: samples/client/petstore/csharp/restsharp/standard2.0/OpenAPIClient-ConditionalSerialization
|
|
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: '{fa96c953-af24-457d-8a01-f2fd2a7547a9}'
|
|
useCompareNetObjects: true
|
|
disallowAdditionalPropertiesIfNotPresent: false
|
|
useOneOfDiscriminatorLookup: true
|
|
targetFramework: netstandard2.0
|
|
conditionalSerialization: true
|
|
equatable: true
|