feat(#531): promote ITenanted marker interface into JasperFx.MultiTenancy - #532
Merged
Conversation
…ancy Adds the shared ITenanted : IHasTenantId marker so Marten, Polecat, and Wolverine can all key conjoined multi-tenancy off one interface. Bumps the package version to 2.30.0 for the next lockstep release. Closes #531 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #531
Part of the Wolverine conjoined EF Core multi-tenancy epic (JasperFx/wolverine#3465).
What's here
JasperFx.MultiTenancy.ITenanted : IHasTenantId, the shared marker interface that Marten (Marten.Metadata.ITenanted) and Polecat (Polecat.Metadata.ITenanted) currently declare separately, and that Wolverine is about to need for conjoined EF Core tenancy. The XML docs capture the contract both libraries already imply: the framework setsTenantIdon write and populates it from storage on load.JasperFxVersion2.29.1 → 2.30.0 for the next lockstep release, which the Wolverine epic keys off.Follow-up work in Marten and Polecat will re-point their
ITenanteddeclarations at this interface.🤖 Generated with Claude Code