Skip to content

Commit 289ed1a

Browse files
committed
fix the template dir
1 parent e6c883a commit 289ed1a

File tree

28 files changed

+2329
-2538
lines changed

28 files changed

+2329
-2538
lines changed

bin/configs/csharp-httpclient-net9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
generatorName: csharp-restsharp
33
outputDir: samples/client/petstore/csharp/httpclient/net9/Petstore
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml
5-
templateDir: modules/openapi-generator/src/main/resources/csharp
5+
templateDir: modules/openapi-generator/src/main/resources/csharp-restsharp
66
library: httpclient
77
additionalProperties:
88
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'

bin/configs/csharp-httpclient-netstandard2.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
generatorName: csharp-restsharp
33
outputDir: samples/client/petstore/csharp/httpclient/standard2.0/Petstore
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml
5-
templateDir: modules/openapi-generator/src/main/resources/csharp
5+
templateDir: modules/openapi-generator/src/main/resources/csharp-restsharp
66
library: httpclient
77
additionalProperties:
88
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'

bin/configs/csharp-restsharp-net4.7-multipleFrameworks.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
generatorName: csharp-restsharp
2-
library: restsharp
32
outputDir: samples/client/petstore/csharp/restsharp/net4.7/MultipleFrameworks
43
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
5-
templateDir: modules/openapi-generator/src/main/resources/csharp
4+
templateDir: modules/openapi-generator/src/main/resources/csharp-restsharp
65
additionalProperties:
76
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
87
targetFramework: netstandard2.1;net47

bin/configs/csharp-restsharp-net4.7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
generatorName: csharp-restsharp
33
outputDir: samples/client/petstore/csharp/restsharp/net4.7/Petstore
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature-oneof-primitive-types.yaml
5-
templateDir: modules/openapi-generator/src/main/resources/csharp
5+
templateDir: modules/openapi-generator/src/main/resources/csharp-restsharp
66
additionalProperties:
77
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
88
useCompareNetObjects: true

bin/configs/csharp-restsharp-net4.8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
generatorName: csharp-restsharp
33
outputDir: samples/client/petstore/csharp/restsharp/net4.8/Petstore
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature-oneof-primitive-types.yaml
5-
templateDir: modules/openapi-generator/src/main/resources/csharp
5+
templateDir: modules/openapi-generator/src/main/resources/csharp-restsharp
66
additionalProperties:
77
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
88
useCompareNetObjects: true

bin/configs/csharp-restsharp-net8-compareNetObjects.yaml

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

bin/configs/csharp-restsharp-net8-echo-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
generatorName: csharp-restsharp
22
outputDir: samples/client/echo_api/csharp/restsharp/net8/EchoApi
33
inputSpec: modules/openapi-generator/src/test/resources/3_0/echo_api.yaml
4-
templateDir: modules/openapi-generator/src/main/resources/csharp
4+
templateDir: modules/openapi-generator/src/main/resources/csharp-restsharp
55
additionalProperties:
66
packageGuid: '{322C8CAF-0156-40C1-AE42-D59761FB9B6C}'
77
targetFramework: net8.0

bin/configs/csharp-restsharp-net8-name-mappings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
generatorName: csharp-restsharp
22
outputDir: samples/client/petstore/csharp/restsharp/net8/ParameterMappings
33
inputSpec: modules/openapi-generator/src/test/resources/3_0/name-parameter-mappings.yaml
4-
templateDir: modules/openapi-generator/src/main/resources/csharp
4+
templateDir: modules/openapi-generator/src/main/resources/csharp-restsharp
55
nameMappings:
66
_type: UnderscoreType
77
type_: TypeWithUnderscore

bin/configs/csharp-restsharp-net8-useDateTimeForDate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
generatorName: csharp-restsharp
33
outputDir: samples/client/petstore/csharp/restsharp/net8/UseDateTimeForDate
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/dates-api.yaml
5-
templateDir: modules/openapi-generator/src/main/resources/csharp
5+
templateDir: modules/openapi-generator/src/main/resources/csharp-restsharp
66
additionalProperties:
77
packageGuid: '{D0A67E81-4061-48EB-B4B8-C73BDF8B2D95}'
88
targetFramework: net8.0

bin/configs/csharp-restsharp-net8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
generatorName: csharp-restsharp
33
outputDir: samples/client/petstore/csharp/restsharp/net8/EnumMappings
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature-oneof-primitive-types.yaml
5-
templateDir: modules/openapi-generator/src/main/resources/csharp
5+
templateDir: modules/openapi-generator/src/main/resources/csharp-restsharp
66
additionalProperties:
77
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
88
useCompareNetObjects: true

0 commit comments

Comments
 (0)