Open nicomartinezsage opened 1 year ago
The reason this occurs is because CloudFlare has those characters in the operationId,
"operationId":"secondary-dns-(-secondary-zone)-create-secondary-zone-configuration"
The OpenAPI spec just says the operationId must be unique but does not constrain the valid characters. NSwag must not of expected these extra characters. I guess the function that converts from operationId to a method should take this into account.
We are using NSwag version 13.18.2 to generate a client for the CloudFlare api. The command used is
but the generated code cannot be compiled,
it generates methods like;
methodname with
(