Hello again,
I'm trying to generate a C# client using the OpenAPI spec.
Here is an example where Microsoft Kiota unfortunately has many warnings and an unusable client:
kiota generate -l CSharp -n Icepanel.Restclient -o IcePanelClient --exclude-backward-compatible -d https://api.icepanel.io
Leads to this and other warnings/errors:
  • warn: kiota.builder.kiotaBuilder [0]
  • OpenAPI warning: #/ - The schema ActionDraft is a polymorphic type but does not define a discriminator. This will result in serialization errors
·