Client: Guarantee case-insensitive name uniqueness? #633
Labels
bug
Something isn't working
good first issue
Good for newcomers
tools
Issue related to Caliban tools like code generation or schema comparison
Hi!
I tried to regenerate the sources for the GitLab API again (for https://github.com/kubukoz/caliban-gitlab/), but noticed I'm getting compilation warnings:
and some more.
Context:
The API in question: https://gitlab.com/api/graphql
As you can see in [https://docs.gitlab.com/ee/api/graphql/reference/index.html#issuesort](the documentation for this type), the lowercase values have been deprecated, so in theory shouldn't appear in the responses.
Still, it would be great to avoid generating classes / objects with the same name. Do you think this is something the Caliban generator should take care of?
Reproduction at https://github.com/kubukoz/caliban-gitlab/tree/da346a5440cb62b93f09d12c72e0718f3e34c626
The text was updated successfully, but these errors were encountered: