Skip to content

Commit 1c7a781

Browse files
authoredJan 11, 2025··
Merge pull request #212 from atc-net/feature/customize-locations
Feature/customize locations
2 parents 76dbf20 + 24c697b commit 1c7a781

File tree

806 files changed

+24608
-2213
lines changed

Some content is hidden

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

806 files changed

+24608
-2213
lines changed
 

‎ApiGeneratorOptions.json

+8-1
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
}

‎Atc.Rest.Api.Generator.sln.DotSettings

+1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
<s:Boolean x:Key="/Default/UserDictionary/Words/=Methode/@EntryIndexedValue">True</s:Boolean>
88
<s:Boolean x:Key="/Default/UserDictionary/Words/=Usings/@EntryIndexedValue">True</s:Boolean>
99
<s:Boolean x:Key="/Default/UserDictionary/Words/=Versioning/@EntryIndexedValue">True</s:Boolean>
10+
<s:Boolean x:Key="/Default/UserDictionary/Words/=WOPD/@EntryIndexedValue">True</s:Boolean>
1011
<s:Boolean x:Key="/Default/UserDictionary/Words/=Xunit/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

0 commit comments

Comments
 (0)