-
Notifications
You must be signed in to change notification settings - Fork 219
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
CS8625 warnings on generated code #4727
Comments
Thanks for creating this. |
Yeah. You're totally right. |
After double checking this with the latest version, the generator already generates parameter correctly as Testing with description from https://github.com/microsoft/kiota/files/15387323/Kiota.Test.zip also yields no CS8625 warnings as well. @johnholliday Any chance you can confirm this is still an issue? |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
Related to #4692
There is still a minor problem that causes CS8625 warnings on code like the following:
Without delving further to determine if this manual fixup causes other issues, the warning goes away when patched as follows:
However, in my opinion, the generated code should compile without warnings and should not require manual fixups.
Originally posted by @johnholliday in #4692 (comment)
The text was updated successfully, but these errors were encountered: