Skip to content

.Net: Fix batch operation non-string keys with MongoDB#13036

Merged
westey-m merged 1 commit into
microsoft:mainfrom
damieng:fix-mongodb-batch-keys
Sep 8, 2025
Merged

.Net: Fix batch operation non-string keys with MongoDB#13036
westey-m merged 1 commit into
microsoft:mainfrom
damieng:fix-mongodb-batch-keys

Conversation

@damieng

@damieng damieng commented Aug 29, 2025

Copy link
Copy Markdown
Contributor

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

@damieng damieng requested a review from a team as a code owner August 29, 2025 08:43
@moonbox3 moonbox3 added the .NET Issue or Pull requests regarding .NET code label Aug 29, 2025
@github-actions github-actions Bot changed the title .NET: Fix batch operation non-string keys with MongoDB .Net: Fix batch operation non-string keys with MongoDB Aug 29, 2025
@westey-m westey-m requested a review from roji August 29, 2025 15:17
@westey-m westey-m added this pull request to the merge queue Sep 8, 2025
Merged via the queue into microsoft:main with commit f80e5f9 Sep 8, 2025
21 checks passed
@damieng damieng deleted the fix-mongodb-batch-keys branch September 10, 2025 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

.NET Issue or Pull requests regarding .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants