Skip to content

Commit ac106df

Browse files
duplicate petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml and make slight adjustments to include more complex inline array scenarios for NullReferenceTypes
1 parent c89c889 commit ac106df

File tree

95 files changed

+3040
-2260
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+3040
-2260
lines changed

bin/configs/csharp-generichost-net8-nrt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# for csharp generichost
22
generatorName: csharp
33
outputDir: samples/client/petstore/csharp/generichost/net8/NullReferenceTypes
4-
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml
4+
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-null-reference-types.yaml
55
templateDir: modules/openapi-generator/src/main/resources/csharp
66
additionalProperties:
77
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'

modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2935,16 +2935,6 @@ components:
29352935
description: list of named parameters for current message
29362936
additionalProperties:
29372937
type: string
2938-
list:
2939-
type: array
2940-
items:
2941-
type: string
2942-
deepList:
2943-
type: array
2944-
items:
2945-
type: array
2946-
items:
2947-
type: string
29482938
TestResult:
29492939
type: object
29502940
allOf:

0 commit comments

Comments
 (0)