mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 13:12:45 +00:00
[csharp] Move samples (#18217)
* 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
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# for .net standard
|
||||
generatorName: csharp
|
||||
outputDir: samples/client/petstore/csharp/OpenAPIClient-ConditionalSerialization
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user