-
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
Set OperationId for incomplete LRO #44098
Conversation
API change check API changes are not detected in this pull request. |
sdk/core/Azure.Core/src/Shared/NextLinkOperationImplementation.cs
Outdated
Show resolved
Hide resolved
sdk/core/Azure.Core/src/Shared/NextLinkOperationImplementation.cs
Outdated
Show resolved
Hide resolved
sdk/core/Azure.Core/src/Shared/NextLinkOperationImplementation.cs
Outdated
Show resolved
Hide resolved
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.
Before we add more functionality to this, I'd like to be sure that we restore AOT compatibility, which was inadvertently broken by the initial LRO rehydration PR.
Since this is shared source used by a wide array of libraries, this effectively renders any consumer with paging non-AOT compatible, which is an issue for those we have committed to being part of the ASP.NET Core critical path, such as KeyVault and Monitor.
see: #44127
If there is a critical need for this PR to merge, please let me know and we can work together on a plan to ensure that the AOT fixes are prioritized after this closes.
Resolves #44097