We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a9230 commit f3cf7f0Copy full SHA for f3cf7f0
ApiGeneratorOptions.json
@@ -4,6 +4,13 @@
4
"swaggerThemeMode": "None",
5
"useRestExtended": true,
6
"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,
14
"request": {},
15
"response": {
16
"useProblemDetailsAsDefaultBody": false
@@ -16,5 +23,5 @@
23
"modelNameCasingStyle": "PascalCase",
17
24
"modelPropertyNameCasingStyle": "CamelCase"
18
25
},
19
- "includeDeprecated": false
26
+ "includeDeprecatedOperations": false
20
27
}
0 commit comments