Skip to content

Commit 6e9a055

Browse files
wing328devhl-labs
andauthored
[csharp] Set generichost as default (#20748)
* set generichost as default * revert a java change * comment out a java test --------- Co-authored-by: devhl <shawnkanyer@gmail.com>
1 parent 1c3eade commit 6e9a055

File tree

53 files changed

+69
-69
lines changed

Some content is hidden

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

53 files changed

+69
-69
lines changed

bin/configs/csharp-generichost-net4.7-allOf.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
generatorName: csharp
33
outputDir: samples/client/petstore/csharp/generichost/net4.7/AllOf
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/allOf.yaml
5-
library: generichost
65
templateDir: modules/openapi-generator/src/main/resources/csharp
76
additionalProperties:
87
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'

bin/configs/csharp-generichost-net4.7-anyOf.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
generatorName: csharp
33
outputDir: samples/client/petstore/csharp/generichost/net4.7/AnyOf
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/anyOf.yaml
5-
library: generichost
65
templateDir: modules/openapi-generator/src/main/resources/csharp
76
additionalProperties:
87
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'

bin/configs/csharp-generichost-net4.7-anyOfNoCompare.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
generatorName: csharp
33
outputDir: samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/anyOf.yaml
5-
library: generichost
65
templateDir: modules/openapi-generator/src/main/resources/csharp
76
additionalProperties:
87
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'

bin/configs/csharp-generichost-net4.7-formModels.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
generatorName: csharp
33
outputDir: samples/client/petstore/csharp/generichost/net4.7/FormModels
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml
5-
library: generichost
65
templateDir: modules/openapi-generator/src/main/resources/csharp
76
additionalProperties:
87
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'

bin/configs/csharp-generichost-net4.7-oneOf.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
generatorName: csharp
33
outputDir: samples/client/petstore/csharp/generichost/net4.7/OneOf
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/oneOf.yaml
5-
library: generichost
65
templateDir: modules/openapi-generator/src/main/resources/csharp
76
additionalProperties:
87
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'

bin/configs/csharp-generichost-net4.7-useDateTimeForDate.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
generatorName: csharp
33
outputDir: samples/client/petstore/csharp/generichost/net4.7/UseDateTimeForDate
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/dates-api.yaml
5-
library: generichost
65
templateDir: modules/openapi-generator/src/main/resources/csharp
76
additionalProperties:
87
packageGuid: '{2E60EF87-DB0B-4D01-A36E-F5E90F7EC757}'

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

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

bin/configs/csharp-generichost-net4.8-allOf.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
generatorName: csharp
33
outputDir: samples/client/petstore/csharp/generichost/net4.8/AllOf
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/allOf.yaml
5-
library: generichost
65
templateDir: modules/openapi-generator/src/main/resources/csharp
76
additionalProperties:
87
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'

bin/configs/csharp-generichost-net4.8-anyOf.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
generatorName: csharp
33
outputDir: samples/client/petstore/csharp/generichost/net4.8/AnyOf
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/anyOf.yaml
5-
library: generichost
65
templateDir: modules/openapi-generator/src/main/resources/csharp
76
additionalProperties:
87
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'

bin/configs/csharp-generichost-net4.8-anyOfNoCompare.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
generatorName: csharp
33
outputDir: samples/client/petstore/csharp/generichost/net4.8/AnyOfNoCompare
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/anyOf.yaml
5-
library: generichost
65
templateDir: modules/openapi-generator/src/main/resources/csharp
76
additionalProperties:
87
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'

0 commit comments

Comments
 (0)