forked from loafle/openapi-generator-original
* renamed OpenAPIClient-httpclient to Petstore * updated bin artifacts * renamed OpenAPIClientCoreAndNet47 to MultipleFrameworks * updated bin artifacts * renamed OpenAPIClient-net47 to Petstore * renamed OpenAPIClient-net48 to Petstore * updated bin artifacts * renamed OpenAPIClient-restsharp-name-parameter-mappings to ParameterMappings * updated bin artifacts * renamed OpenAPIClientCore to Petstore * updated bin artifacts * renamed OpenAPIClient-net7.0-useDateTimeForDate to UseDateTimeForDate * updated bin artifacts * renamed OpenAPIClient-net5.0 to EnumMappings * updated bin artifacts * renamed OpenAPIClient-ConditionalSerialization to ConditionalSerialization * updated bin artifacts * renamed OpenAPIClient to Petstore * updated bin artifacts * renamed OpenAPIClient-unityWebRequest to Petstore * updated bin artifacts * updated appveyor * updated bin artifacts * updated bin artifacts * comenting out a sample project with no csproj file * updated bin artifacts
13 lines
588 B
YAML
13 lines
588 B
YAML
# for .net standard
|
|
generatorName: csharp
|
|
outputDir: samples/client/petstore/csharp/restsharp/standard2.0/Petstore
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature-oneof-primitive-types.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/csharp
|
|
additionalProperties:
|
|
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
|
|
useCompareNetObjects: true
|
|
disallowAdditionalPropertiesIfNotPresent: false
|
|
useOneOfDiscriminatorLookup: true
|
|
targetFramework: netstandard2.0
|
|
equatable: true
|