sparse-intern-71089
12/15/2020, 6:48 PMlemon-agent-27707
12/15/2020, 9:38 PMbored-oyster-3147
12/15/2020, 9:42 PMGetStackSettings
and then SaveStackSettings
with the same object after making any changes (even if those changes weren't to config) they will possibly have issues. If it was JSON, the save will try to serialize JsonElement
which I think will be fine since System.Text.Json
can do that out of the box. But if it is YAML than they may lose some context since everything is deserialized as a string
and will then be serialized as suchtall-librarian-49374
12/15/2020, 10:23 PMbored-oyster-3147
12/15/2020, 10:33 PMtall-librarian-49374
12/15/2020, 10:36 PMbored-oyster-3147
12/15/2020, 10:39 PMlemon-agent-27707
12/15/2020, 10:59 PMWorkDir
.bored-oyster-3147
12/15/2020, 11:04 PMlemon-agent-27707
12/16/2020, 12:11 AMbored-oyster-3147
12/16/2020, 12:33 AMlemon-agent-27707
12/16/2020, 4:26 PM