-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Make AmqpMessageId and AmqpAddress a readonly struct #31345
Conversation
Thank you for your contribution @danielmarbach! We will review the pull request and get back to you soon. |
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.
LGTM, but I'd like @JoshLove-msft to offer thoughts, just in case there's some scenario that I'm not thinking of.
Looks like CI is failing on Analyze due to needing to export the API. |
Will fix the API export. Sorry that is something I never remember to run :( |
You're not alone there. 😄 |
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.
LGTM!
* Make AmqpMessageId a readonly struct * Make AmqpAddress a readonly struct * Approve API changes * Change log
Contributing to the Azure SDK
Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.
For specific information about pull request etiquette and best practices, see this section.