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

.Net: Fix error for System.Memory.Data 6, upgrade packages dependencies #9454

Merged

Conversation

RogerBarreto
Copy link
Member

Motivation and Context

This add a small fix when using SK with System.Memory.Data 6.0.0.

This bug happens when updating the Azure.Core to 1.44.0 which requires System.Memory.Data of 6 or above that introduce an error when attempting to .ToString() on an empty BinaryData object.

@RogerBarreto RogerBarreto added bug Something isn't working ai connector Anything related to AI connectors labels Oct 29, 2024
@RogerBarreto RogerBarreto self-assigned this Oct 29, 2024
@RogerBarreto RogerBarreto requested a review from a team as a code owner October 29, 2024 11:45
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels Oct 29, 2024
@RogerBarreto RogerBarreto added this pull request to the merge queue Oct 29, 2024
@RogerBarreto RogerBarreto removed this pull request from the merge queue due to a manual request Oct 29, 2024
@RogerBarreto RogerBarreto added this pull request to the merge queue Oct 29, 2024
Merged via the queue into microsoft:main with commit 5defee5 Oct 29, 2024
19 checks passed
@RogerBarreto RogerBarreto deleted the issues/9313-system-memory-data-6-fix branch October 29, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ai connector Anything related to AI connectors bug Something isn't working kernel Issues or pull requests impacting the core kernel .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.Net: Bug: 1.23.0 throws an exception when streaming a chat completion with auto-invoked tool call
4 participants