VOOZH about

URL: https://www.nuget.org/packages/Kronikol/

⇱ NuGet Gallery | Kronikol 3.0.40




👁 Image
Kronikol 3.0.40

dotnet add package Kronikol --version 3.0.40
 
 
NuGet\Install-Package Kronikol -Version 3.0.40
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Kronikol" Version="3.0.40" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kronikol" Version="3.0.40" />
 
Directory.Packages.props
<PackageReference Include="Kronikol" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Kronikol --version 3.0.40
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Kronikol, 3.0.40"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Kronikol@3.0.40
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Kronikol&version=3.0.40
 
Install as a Cake Addin
#tool nuget:?package=Kronikol&version=3.0.40
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Kronikol

Effortlessly autogenerate PlantUML sequence diagrams from your component and acceptance tests. Tracks interactions between your test caller, your Service Under Test (SUT), and its dependencies — including HTTP calls, Azure Cosmos DB operations, SQL queries (via EF Core), Redis commands, events/messages, and arbitrary method calls — then converts them into diagrams embedded in searchable HTML reports and structured data files.

Example Output

Each test that uses tracked dependencies automatically produces a sequence diagram showing the full request/response flow between services.

How It Works

  1. Intercept — Dedicated tracking mechanisms intercept each type of dependency: TestTrackingMessageHandler for HTTP, CosmosTrackingMessageHandler for Cosmos DB, SqlTrackingInterceptor for EF Core SQL, RedisTrackingDatabase for Redis, TrackingProxy<T> for arbitrary interfaces, and MessageTracker for events/messages.
  2. Collect — All logged entries are held in the static RequestResponseLogger, capturing operation details, service names, and trace IDs.
  3. Generate — At the end of the test run, PlantUmlCreator groups logs by test ID and converts them into sequence diagram code.
  4. ReportReportGenerator combines the diagrams with test metadata to produce HTML reports and structured data files.

Quick Start

dotnet add package Kronikol.xUnit3

See the Quick Start guide for full setup instructions.

Supported Frameworks

Framework Package
Core library Kronikol
xUnit v3 Kronikol.xUnit3
xUnit v2 Kronikol.xUnit2
NUnit v4 Kronikol.NUnit4
MSTest v3 Kronikol.MSTest
TUnit Kronikol.TUnit
BDDfy Kronikol.BDDfy.xUnit3
LightBDD Kronikol.LightBDD.xUnit3 / .xUnit2 / .TUnit
ReqNRoll Kronikol.ReqNRoll.xUnit3 / .xUnit2 / .TUnit

Extensions

Extension Package
Azure Cosmos DB Kronikol.Extensions.CosmosDB
EF Core (Relational) Kronikol.Extensions.EfCore.Relational
Redis Kronikol.Extensions.Redis
Local PlantUML (IKVM) Kronikol.PlantUml.Ikvm

Use Cases

  • Debugging failed tests — see the exact interaction that returned an unexpected result
  • Living documentation — HTML reports and data files that stay in sync with your tests
  • AI-assisted analysis — feed deterministic PlantUML to AI tools for accurate reasoning
  • PR reviews — sequence diagrams make interaction changes immediately visible
  • Onboarding — new team members can browse reports to understand service interactions
  • CI integration — surface results in GitHub Actions / Azure DevOps job summaries

Documentation

For full documentation, see the Wiki.

Key pages:

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (41)

Showing the top 5 NuGet packages that depend on Kronikol:

Package Downloads
Kronikol.ReqNRoll.Core

Shared ReqNRoll extensions for tracking service interactions (HTTP, database, cache, events, and more) in your tests and converting them into PlantUML sequence diagrams.

Kronikol.LightBDD.Core

Shared LightBDD extensions for tracking service interactions (HTTP, database, cache, events, and more) in your tests and converting them into PlantUML sequence diagrams.

Kronikol.PlantUml.Ikvm

Local PlantUML rendering via IKVM for Kronikol. Generates diagrams without requiring a remote PlantUML server.

Kronikol.xUnit3

xUnit v3 extensions for tracking service interactions (HTTP, database, cache, events, and more) in your tests and converting them into PlantUML sequence diagrams.

Kronikol.Extensions.Kafka

Kafka tracking for test diagrams. Wraps IProducer and IConsumer to intercept and classify Produce/Consume operations with configurable verbosity.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.40 818 6/12/2026
3.0.39 758 6/12/2026
3.0.38 1,123 6/7/2026
3.0.37 1,041 6/7/2026
3.0.36 1,049 6/7/2026
3.0.35 1,044 6/7/2026
3.0.34 1,056 6/7/2026
3.0.33 1,032 6/7/2026
3.0.32 1,061 6/7/2026
3.0.31 1,062 6/7/2026
3.0.30 1,043 6/6/2026
3.0.29 1,058 6/6/2026
3.0.28 1,049 6/6/2026
3.0.27 1,216 5/24/2026
3.0.26 1,113 5/22/2026
3.0.25 1,072 5/22/2026
3.0.24 1,101 5/22/2026
3.0.23 1,065 5/22/2026
3.0.22 1,057 5/22/2026
3.0.21 1,076 5/22/2026
Loading failed