-
Notifications
You must be signed in to change notification settings - Fork 218
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
ObsoleteAttribute on method parameters #5228
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution.
While the addition of the unit test is a great way to avoid regressions over time, I'm not sure adding an integration test like it is defined now adds a lot of value. Can you provide more context here please?
Can you also add a changelog entry please? (Unreleased, changed)
The integration test uses a snippet from the Apple API I used for testing. It's OK for me to remove it |
3171a1b
to
5feda01
Compare
I'd like @andrueastman opinion on this one, but as it is, I think we should remove it. |
5feda01
to
5e547ef
Compare
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for making the changes!
Head branch was pushed to by a user without write access
5e547ef
to
88aedfd
Compare
There was a merge conflict in the CHANGELOG.md |
Hi,
using the Apple Store Connect API I found out that Kiota generates ObsoleteAttribute on methor parameters. That is, unfortunately, invalid code see ObsoleteAttribute.
This PR should fix it