We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: fix broken markdown tables and MongoDB arrow directions Move mid-table blockquotes (Dual-Resolution notes) after the table across 21 extension wiki pages. The blockquotes were breaking markdown table rendering, causing properties like SetupVerbosity, ExcludedHeaders, and TrackDuringSetup to not render as table rows. Also fix MongoDB-specific issues: - Move CreateIndex from Schema/Admin (no arrow) to Write (→) category - Fix GridFS annotation position: Find ← uploads.files (GridFS)
docs: complete rebrand TestTrackingDiagrams → Kronikol (v3.0.0) - All TestTrackingDiagrams references → Kronikol - All TTD abbreviations → Kronikol - X-TTD-TestName/X-TTD-TestId → test-tracking-current-test-name/test-tracking-current-test-id - ttd- prefixed headers → kronikol- - TTD_ env vars → KRONIKOL_ - Updated all code examples, API references, and guides
docs: rename CallingServiceName → CallerName across all wiki pages Updated all 49 wiki pages to use CallerName. Added deprecation callouts to HTTP-Tracking-Setup.md and Event-Annotations.md.
docs: update all extension pages with HttpContextAccessor auto-resolution (v2.26.3) - Add HttpContextAccessor row to 16 extension options tables - Update dual-resolution notes with v2.26.3 auto-resolve info - Rewrite HTTP-Tracking-Setup How to Use It section - Add Auto-Resolution (v2.26.3+) section replacing MediatR-only section - Add generalized troubleshooting for missing dependencies in Diagnostics - Update DispatchProxy note with ReplaceWithTrackingProxy overload info
docs: v2.23.0 dual-resolution IHttpContextAccessor documentation - Update ReqNRoll xUnit2 package version to 2.23.0 - Update ReqNRoll xUnit3 package versions (TTD 2.23.0, Reqnroll 3.3.4, xunit.v3 3.2.2, xunit.runner.visualstudio 3.1.5, Mvc.Testing 10.0.5, Test.Sdk 18.3.0) - Update ReqNRoll TUnit package version to 2.23.0 - Add Dual-Resolution Test Identity section to HTTP-Tracking-Setup.md - Add dual-resolution cross-reference notes to all 22 extension wiki pages - Document IHttpContextAccessor optional parameter, TestInfoResolver, and MediatR auto-resolution
Add Phase-Aware Tracking wiki documentation - New page: Phase-Aware Tracking (full guide with options reference, examples, internal flow) - Updated Diagram Customisation: Added StartSetup section, updated API listing - Updated HTTP Tracking Setup: Added TrackDuringSetup/TrackDuringAction to options table - Updated all 21 extension pages: Added phase-aware properties to options tables - Updated sidebar: Added Phase-Aware Tracking link under Configuration
docs: add Tracking Custom Dependencies cross-links to all extension pages and Home Each extension page now has a callout note directing users to Tracking Custom Dependencies when their code uses a shared library, wrapper, or abstraction that prevents the extension from intercepting SDK calls. Messaging extensions also cross-link to MassTransit where relevant. Home.md now lists Tracking Custom Dependencies in the contents for better top-level discoverability.
Add SQS extension wiki page