-
Notifications
You must be signed in to change notification settings - Fork 216
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
Inconsistent missing import of ParseNodeHelper #3399
Comments
The fixes I've applied in naming conventions for inline types most likely helped addressing this issue. |
Nice, can you link the relevant PR 🙏
I haven't really gone through the code properly, and I'm having issues reproducing as the behavior is really inconsistent across runs (this is likely caused by the idempotency issue). |
Thanks for all the answers! |
Description
With kiota
1.6.1
there are situations where, sometimes, the import ofParseNodeHelper
is missing.Reproducer
A minimal reproducer like this (coming from OpenAI OpenAPI spec):
emits (about 60-70% of the invocations, in Java) this snippet, in the file
.../v1/V1PostRequestBody.java
:without the corresponding using/import on the top of
ParseNodeHelper
.Please, note that I'm unable to reproduce on top of the current
main
, but, I can notice that a bunch ofgetFieldDeserializers()
generated methods are now returning empty maps, is it intended? Where can I look up the relevant changes?Thanks a lot in advance! 🙏
The text was updated successfully, but these errors were encountered: