Skip to content

Commit 3fee2e8

Browse files
committed
enable SourceLink + Debug Symbols
1 parent 8d7b498 commit 3fee2e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ csharp:
1616
clientServerStatusCodesAsErrors: true
1717
disableNamespacePascalCasingApr2024: false
1818
dotnetVersion: net8.0
19-
enableSourceLink: false
19+
enableSourceLink: true
2020
flattenGlobalSecurity: false
2121
imports:
2222
option: openapi
@@ -26,10 +26,10 @@ csharp:
2626
operations: Models/Operations
2727
shared: Models/Shared
2828
webhooks: Models/Webhooks
29-
includeDebugSymbols: false
29+
includeDebugSymbols: true
3030
inputModelSuffix: input
3131
maxMethodParams: 0
3232
outputModelSuffix: output
3333
packageName: SpeakeasySDK
34-
packageTags: ""
34+
packageTags: Speakeasy SDK Generation
3535
responseFormat: envelope

0 commit comments

Comments
 (0)