mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-14 00:13:50 +00:00
* migrate tests from appveyor to github workflow * test with dotnet 7 * test on windows * set dotnet version * Revert "set dotnet version" This reverts commit 87af6a63ad04e12ad3d099193c6ed2e3a17aec02. * use localhost * update * update * update tets * update * remove appveyor
14 lines
617 B
YAML
14 lines
617 B
YAML
# for .net standard
|
|
generatorName: csharp
|
|
library: restsharp
|
|
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-localhost.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
|