You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.Net: Fix batch operation non-string keys with MongoDB (#13036)
### Motivation and Context
The ObjectID and Guid string support work in #12827 did not include
support for the method overloads that take an IEnumerable of keys. I
suspect this was due to merge/out of sync branches and was then missed
with the tests being disabled (they now pass).
### Description
Adds the support for Guid and ObjectID keys to the GetAsync, DeleteAsync
and UpdateAsync methods that take an IEnumerable.
### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄
0 commit comments