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: update database toggle docs to include collections participants
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: v2.28.12 - diagnostic report improvements, ClientNamesToServiceNames, AtlasDataApi/BigQuery HttpContextAccessor - Diagnostics-and-Debugging: grouped component table, HttpContextAccessor column, smart warnings, HasHttpContextAccessor interface - HTTP-Tracking-Setup: ClientNamesToServiceNames exact match semantics section - Integration-AtlasDataApi-Extension: HttpContextAccessor option in setup example - Integration-BigQuery-Extension: HttpContextAccessor option in setup example
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: add CurrentTestInfo.Fetcher as standard API for CurrentTestInfoFetcher across all framework docs
docs: add Spanner and Bigtable extension pages, update BigQuery with tracker/DI docs
docs: replace verbose TestInfoFetcher lambdas with static property references Updated ~55 instances across 20 wiki pages to use the new static TestInfoFetcher property exposed on framework adapter options classes (added in v2.23.4), replacing verbose inline lambdas with null guards. Also added happy path sorting detail to Tags-and-Attributes.md and Integration-ReqNRoll-xUnit3.md.
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.
docs: update wiki for v2.3.1 - remove ValidateAllComponentsWereInvoked references, document passive diagnostic warnings
docs: add TrackingComponentRegistry and invocation validation docs - Diagnostics-and-Debugging: full TrackingComponentRegistry section - Integration-EF-Core-Relational: troubleshooting guide for DbContextOptions type mismatch, invocation validation section - Integration-CosmosDB, BlobStorage, BigQuery, Redis: invocation validation notes
Add BigQuery Extension wiki page (v2.2.0)