-
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
[Azure.Communication.Common] - Overridden operators for the CommunicationIdentifier #30075
Conversation
petrsvihlik
commented
Jul 22, 2022
•
edited
Loading
edited
- related design: https://skype.visualstudio.com/SPOOL/_wiki/wikis/SPOOL.wiki/31075/Design-change-request-RawId-support-for-(de)serialization
- related azure board review item: Board Review: Azure Communication Services [Common] (.NET, JS, Java, Python, Android, iOS) azure-sdk#4473
API change check APIView has identified API level changes in this PR and created following API reviews. |
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.
Thanks!
Nits and I have concerns about the implicit cast.
sdk/communication/Azure.Communication.Common/src/CommunicationIdentifier.cs
Outdated
Show resolved
Hide resolved
sdk/communication/Azure.Communication.Common/src/CommunicationIdentifier.cs
Outdated
Show resolved
Hide resolved
sdk/communication/Azure.Communication.Common/src/CommunicationIdentifier.cs
Outdated
Show resolved
Hide resolved
@petrsvihlik I'm okay with the explicit cast. In documentation do you think we should promote to use |
Depending on how the docs will be structured, I'd try to follow the pattern that we usually apply when we use abbreviations - first we use the full form, and the subsequent occurrences use the shortened form. |
/azp run net - communication - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
…tionIdentifier (Azure#30075) * overridden operators for the CommunicationIdentifier