-
Notifications
You must be signed in to change notification settings - Fork 232
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
Kiota dose not generate code for Etsy OpenAPI. #1265
Comments
@CoolIOT Just in case this is a conversion issue. Have you tried feeding the JSON document directly to Kiota? The parsing library supports both YAML and JSON. |
Yes, i've tried with the Json file and no result, get an exception |
@MaggieKimani1 it's appear so since the document has a couple of very large maximum values (e.g. "Maximum": 1.79769313486e308 ) |
@baywet Why would we want to try and support a max value that is larger than the value that the type supports. |
@darrelmiller From my readings of JSON schema it wasn't clear what range is supposed to be supported by parsing libraries |
Issue Resolved: Successfully Generating C# Code with Kiota I'm pleased to announce that I've successfully resolved the issue you were experiencing with generating C# code using Kiota. Here are the steps I took to resolve it:
Thank you for your help :) |
Kiota dose not generate code for Etsy OpenAPI.
To reproduce the bug.
generate -d (path/to/your/Etsy.yaml) -o generated -l CSharp
Got this Exception:
The text was updated successfully, but these errors were encountered: