mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 04:20:46 +00:00
removing the sourceDirectory property which should default to ""
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
This commit is contained in:
@@ -35,4 +35,3 @@ csharp:
|
||||
packageName: LukeHagar.PlexAPI.SDK
|
||||
packageTags: Plex Media Server SDK
|
||||
responseFormat: envelope
|
||||
sourceDirectory: ""
|
||||
|
||||
Reference in New Issue
Block a user