-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C# convert special chars to enum #3500
Labels
enhancement
New feature or request
generator
Issues or improvements relater to generation capabilities.
WIP
Milestone
Comments
baywet
added
enhancement
New feature or request
generator
Issues or improvements relater to generation capabilities.
labels
Oct 16, 2023
Hi @baywet , of course I will do in morning as soon as possible. Thanks. |
iozcelik
added a commit
to iozcelik/kiota
that referenced
this issue
Oct 17, 2023
iozcelik
added a commit
to iozcelik/kiota
that referenced
this issue
Oct 19, 2023
iozcelik
added a commit
to iozcelik/kiota
that referenced
this issue
Oct 19, 2023
baywet
added a commit
that referenced
this issue
Oct 19, 2023
Tilda added to SpelledOutSymbols #3500
andreaTP
pushed a commit
to andreaTP/kiota
that referenced
this issue
Oct 20, 2023
andreaTP
pushed a commit
to andreaTP/kiota
that referenced
this issue
Oct 20, 2023
andreaTP
pushed a commit
to andreaTP/kiota
that referenced
this issue
Oct 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
generator
Issues or improvements relater to generation capabilities.
WIP
In Atlassian Open Api, there is an enum for queries and it contains some chars. C# generator converts lots of them correctly. However it does not convert 2 of them (
~
,~=
).Generated client code is:
The text was updated successfully, but these errors were encountered: