docs: fix handler multi-tenancy + error-handling gaps (closes #3096, #3097)#3100
Merged
Conversation
…, #3097) multi-tenancy.md: the sample_TenantId placeholder was redundant with the working sample_injecting_tenant_id snippet right below it. Removed the placeholder and fixed the type's namespace in prose (it is JasperFx.MultiTenancy.TenantId, not Wolverine.Persistence.TenantId). error-handling.md: removed a stale 'TODO -- link to chain policies' note (the chain-policies content already follows immediately), and wired the orphaned sample_filtering_by_exception_type snippet (region already exists in error_handling.cs) so the compound/inner-exception filtering example actually renders. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 15, 2026
This was referenced Jun 23, 2026
This was referenced Jun 26, 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 #3096 and #3097.
multi-tenancy.md (#3096)
The
TODO/FIX: snippet: sample_TenantIdplaceholder turned out to be redundant — the workingsample_injecting_tenant_idsnippet directly below it already demonstrates injectingTenantIdinto a handler. So rather than add a near-duplicate source region, this removes the placeholder. It also fixes a real bug in the surrounding prose: the type isJasperFx.MultiTenancy.TenantId, notWolverine.Persistence.TenantId(verified against the host file'susing JasperFx.MultiTenancy;and usage).error-handling.md (#3097)
TODO -- link to chain policies, after that exists:)note — the chain-policies content (sample_errorhandlingpolicy) already follows immediately, so the TODO was obsolete.sample_filtering_by_exception_type(it was sitting as bare plain text). The source region already exists inerror_handling.cs:49-65; added the snippet markers and ran mdsnippets so the compound/inner-exception filtering example renders.No new source code — both snippets reference already-compiling regions. Found during the documentation review (#3089).
🤖 Generated with Claude Code