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
10 lines
455 B
YAML
10 lines
455 B
YAML
generatorName: csharp
|
|
outputDir: samples/client/petstore/csharp/restsharp/net7/OpenAPIClientCore
|
|
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: net7.0
|
|
useCompareNetObjects: "true"
|
|
equatable: true
|