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 8d7b498 commit 3fee2e8Copy full SHA for 3fee2e8
gen.yaml
@@ -16,7 +16,7 @@ csharp:
16
clientServerStatusCodesAsErrors: true
17
disableNamespacePascalCasingApr2024: false
18
dotnetVersion: net8.0
19
- enableSourceLink: false
+ enableSourceLink: true
20
flattenGlobalSecurity: false
21
imports:
22
option: openapi
@@ -26,10 +26,10 @@ csharp:
26
operations: Models/Operations
27
shared: Models/Shared
28
webhooks: Models/Webhooks
29
- includeDebugSymbols: false
+ includeDebugSymbols: true
30
inputModelSuffix: input
31
maxMethodParams: 0
32
outputModelSuffix: output
33
packageName: SpeakeasySDK
34
- packageTags: ""
+ packageTags: Speakeasy SDK Generation
35
responseFormat: envelope
0 commit comments