From 5421ae0531eb2918b3fd97d4809dcdc54e197f59 Mon Sep 17 00:00:00 2001 From: Jason Landbridge Date: Sat, 21 Sep 2024 12:44:01 +0200 Subject: [PATCH] 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 --- .speakeasy/gen.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index a5d029a..66b7572 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -35,4 +35,3 @@ csharp: packageName: LukeHagar.PlexAPI.SDK packageTags: Plex Media Server SDK responseFormat: envelope - sourceDirectory: ""