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: fix final verification findings - xUnit3: fix non-compiling Dispose pattern (override -> new) - MongoDB: fix ChangeStreamCorrelation signatures (required idSelector, CancellationToken in handler lambdas) - Component-Diagrams: fix ArrowColorMode default (ByStatus -> DependencyType), remove phantom ComponentDiagram.puml output file - Redis: clarify Hash method classification language - Event-Annotations: add missing DependencyCategory and phase-aware properties to MessageTrackerOptions table
docs: fill remaining coverage gaps across wiki pages - MSTest: add Customisation Options tables and Faking Downstream Dependencies section (parity with other framework pages) - Redis: fix Hash family categorization (HashIncrement/HashDecrement/ HashExists classified as Increment/Decrement/KeyExists), add StringGetSetExpiry to tracked methods - ServiceBus: fix architecture diagram label from wrapper to subclass - Bigtable: add Other fallback operation to Supported Operations table - ReqNRoll-TUnit: add attachment capture documentation - LightBDD-TUnit: update deprecated ReportWritersConfiguration example - API-Reference: complete Scenario record with missing properties - Document CurrentTestInfo class across xUnit3, NUnit, MSTest, TUnit pages - Add TrackingDiagramOverride.StartSetup() to framework page examples
docs: fix remaining audit findings across wiki pages - HTTP-Tracking-Setup: update stale IHttpClientFactory registration to IHttpMessageHandlerBuilderFilter (v3.0.21+) - xUnit3: fix broken Dispose(bool) pattern in BaseFixture example - Component-Diagrams: add missing ArrowColorMode/DependencyColors to API reference code block - PubSub: remove misleading "Tracker Only" DI section (no separate overload) - PlantUML-Browser-Rendering: fix "official CDN" claim (uses jsdelivr fork) - Tracking-Custom-Dependencies: add DependencyCategory to properties table - LightBDD-xUnit2: update deprecated ReportWritersConfiguration() example
docs: update database toggle docs to include collections participants
docs: fix defaults and add missing properties across extension wiki pages - Fix MaxResponseRows/MaxResponseDocuments default from 5 to 10 (all extensions) - Fix LogSqlText default from false to true (MySql, Npgsql, Oracle, SqlClient, Sqlite) - Fix CallerName default from null to "Caller" (Npgsql) - Add AutoCorrelateWrites, ChangeFeedKeyExtractor, ChangeFeedCorrelation (CosmosDB) - Add AutoCorrelateWrites, ChangeStreamCorrelation, pipeline/GridFS annotations (MongoDB) - Fix MongoDB Update arrow direction from read-modify-write to write - Fix CosmosDB Batch operation HTTP pattern - Mark Spanner LogParameters as obsolete - Add CurrentStepTypeFetcher to Dapper config reference - Add missing config properties to MySqlConnector, Npgsql, Oracle, SqlClient - Fix Elasticsearch verbosity table response body for Detailed level - Fix Project-Templates AssertionTracking.cs contradiction
docs: Pattern 10 for TestWebHostDriverBase, updated matching semantics (#66, #67, #68)
docs: v3.0.21 EndsWith matching for ClientNamesToServiceNames (#65)
docs: v3.0.21 - TrackDependenciesForDiagrams uses filter, ClientNamesToServiceNames contains matching (#65)
docs: update for v3.0.20 fixes (idempotent AddTestTrackingContextPropagation, both-header guard note)
docs: update for v3.0.19 - InnerHandler lazy init, context propagation middleware, Refit Pattern 9
Updated Demo (markdown)
docs: replace What's New in 2.0 with Demo page linking to BreakfastProvider
Updated Assertion Tracking (markdown)
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
Update database extension docs: fix verbosity tables, add response payload sections - EF Core: fix verbosity table (response was 'None', now shows actual behavior) - EF Core: add Response Payload Capture section with tuning example - CosmosDB: fix Summarised response body (was 'None', now 'Full JSON') - Spanner: add response content to verbosity levels, add Response Payload Capture section - MongoDB: add Response Payload Capture section - Dapper: add Response Payload Capture section with tuning example
docs: LogResponseContent works at all verbosity levels for MongoDB, Dapper, Spanner (v2.37.3) - MongoDB: updated verbosity table and LogResponseContent description - Dapper: updated LogResponseContent description - Spanner: added LogResponseContent, MaxResponseRows, ResponseDetail to options table
docs: LogResponseContent works at all verbosity levels (v2.37.2) - Added LogResponseContent to CosmosDB options table - Updated all SQL/Cosmos extension pages to note response content is included at all verbosity levels, not just Detailed/Raw
docs: document v2.37.0 database response payload capture and wrapping alternatives
docs: add Parallel-Safe Background Correlation page and cross-references
docs: add database visibility toggle documentation
docs: add SkipIf/SkipReason section, update Background Steps, config, assertion sub-steps
docs: document automatic test identity propagation through messaging extensions (v2.34.0)
docs: document automatic attachment file copying
docs: add Background Steps and File Attachments documentation
docs: remove LightBDD Tabular Parameters references from InsertTestDelimiter tips TabularAttributes is a superset of LightBDD's Tabular Parameters, so references to Tabular Parameters are removed. Tips now only mention TabularAttributes.
docs: fix overhead description - framework lifecycle, not HTTP pipeline
docs: clarify per-test overhead even with shared factory
docs: update performance wording in Tabular Attributes