mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 04:20:46 +00:00
When I manually trigger the SDK generation for C# from the speakeasy dashboard. The pipeline fails, see: https://github.com/LukeHagar/plexcsharp/actions/runs/10970974198/job/30465496056 but it trips over the `sourceDirectory` property which should be allowed to be empty: See: https://www.speakeasy.com/docs/gen-reference#sourcedirectory => C# => `sourceDirectory` So it's a bug in the validating process which incorrectly marks an empty `sourceDirectory` as invalid
38 lines
997 B
YAML
38 lines
997 B
YAML
configVersion: 2.0.0
|
|
generation:
|
|
sdkClassName: PlexAPI
|
|
maintainOpenAPIOrder: true
|
|
usageSnippets:
|
|
optionalPropertyRendering: withExample
|
|
useClassNamesForArrayFields: true
|
|
fixes:
|
|
nameResolutionDec2023: true
|
|
parameterOrderingFeb2024: true
|
|
requestResponseComponentNamesFeb2024: true
|
|
auth:
|
|
oAuth2ClientCredentialsEnabled: true
|
|
csharp:
|
|
version: 0.7.0
|
|
additionalDependencies: []
|
|
author: LukeHagar
|
|
clientServerStatusCodesAsErrors: true
|
|
disableNamespacePascalCasingApr2024: true
|
|
dotnetVersion: net8.0
|
|
enableSourceLink: true
|
|
flattenGlobalSecurity: true
|
|
imports:
|
|
option: openapi
|
|
paths:
|
|
callbacks: Models/Callbacks
|
|
errors: Models/Errors
|
|
operations: Models/Requests
|
|
shared: Models/Components
|
|
webhooks: Models/Webhooks
|
|
includeDebugSymbols: true
|
|
inputModelSuffix: input
|
|
maxMethodParams: 4
|
|
outputModelSuffix: output
|
|
packageName: LukeHagar.PlexAPI.SDK
|
|
packageTags: Plex Media Server SDK
|
|
responseFormat: envelope
|