Skip to content
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

ClientModel: Use BinaryData.Empty instead of bespoke solution #41034

Closed
annelo-msft opened this issue Jan 5, 2024 · 1 comment · Fixed by #46669
Closed

ClientModel: Use BinaryData.Empty instead of bespoke solution #41034

annelo-msft opened this issue Jan 5, 2024 · 1 comment · Fixed by #46669
Assignees
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library. CoreDi 🚀 🔮 System.ClientModel Base Core library
Milestone

Comments

@annelo-msft
Copy link
Member

See PR comment: #41016 (comment)

This will involve:

  • Upgrading to System.Memory.Data 6.0.0 or higher
  • Upgrading to System.Text.Json 6.0.0, which System.Memory.Data brings as a dependency
  • Checking with PowerShell and Functions to ensure we don't upgrade above a version that they're using
@annelo-msft annelo-msft added Client This issue points to a problem in the data-plane of the library. Azure.Core CoreDi 🚀 🔮 System.ClientModel Base Core library labels Jan 5, 2024
@annelo-msft annelo-msft added this to the 2024-02 milestone Jan 5, 2024
@annelo-msft annelo-msft self-assigned this Jan 5, 2024
@annelo-msft annelo-msft modified the milestones: 2024-02, Backlog Jan 23, 2024
@m-redding
Copy link
Member

This should be unblocked by #46134

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library. CoreDi 🚀 🔮 System.ClientModel Base Core library
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants