Skip to content

Marten managed tenant partitioning improvements#4121

Merged
jeremydmiller merged 2 commits intomasterfrom
tenant-mgmt-with-guid
Feb 8, 2026
Merged

Marten managed tenant partitioning improvements#4121
jeremydmiller merged 2 commits intomasterfrom
tenant-mgmt-with-guid

Conversation

@jeremydmiller
Copy link
Member

  • Better validation
  • Guid handling

Closes GH-4111

jeremydmiller and others added 2 commits February 8, 2026 10:56
Adds two new overloads accepting Guid tenant IDs: one using params Guid[]
that delegates via ToString(), and one accepting a Func<Guid, string> to
derive partition suffixes. Both flow through existing dictionary overload
where identifier validation occurs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Have a recipe for Marten managed tenant id partitioning where the tenant id is a Guid

1 participant