Skip to content

Commit f3cf7f0

Browse files
committed
chore: ajust the ApiGeneratorOptions.json with missing properties
1 parent 59a9230 commit f3cf7f0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ApiGeneratorOptions.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
"swaggerThemeMode": "None",
55
"useRestExtended": true,
66
"includeDeprecated": false,
7+
"projectSuffixName": "",
8+
"contractsLocation": "Contracts.[[apiGroupName]]",
9+
"endpointsLocation": "Endpoints.[[apiGroupName]]",
10+
"handlersLocation": "Handlers.[[apiGroupName]]",
11+
"usePartialClassForContracts": false,
12+
"usePartialClassForEndpoints": false,
13+
"removeNamespaceGroupSeparatorInGlobalUsings": false,
714
"request": {},
815
"response": {
916
"useProblemDetailsAsDefaultBody": false
@@ -16,5 +23,5 @@
1623
"modelNameCasingStyle": "PascalCase",
1724
"modelPropertyNameCasingStyle": "CamelCase"
1825
},
19-
"includeDeprecated": false
26+
"includeDeprecatedOperations": false
2027
}

0 commit comments

Comments
 (0)