Ignixa.ConformanceMatrix.Cli 0.6.4-beta

This is a prerelease version of Ignixa.ConformanceMatrix.Cli.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet tool install --global Ignixa.ConformanceMatrix.Cli --version 0.6.4-beta
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Ignixa.ConformanceMatrix.Cli --version 0.6.4-beta
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Ignixa.ConformanceMatrix.Cli&version=0.6.4-beta&prerelease
                    
nuke :add-package Ignixa.ConformanceMatrix.Cli --version 0.6.4-beta
                    

Ignixa.ConformanceMatrix.Cli

ignixa-matrix runs folders of FHIR TestScript conformance suites against a live FHIR server and merges per-implementation reports into a publishable conformance matrix.

Installation

dotnet tool install -g Ignixa.ConformanceMatrix.Cli

Usage

Run a conformance suite against a server, producing a per-implementation report:

ignixa-matrix run --server https://your-fhir-server --tests ./conformance-tests \
  --impl my-server --out ./reports/my-server.json

Merge per-implementation reports into the matrix output (runs/ + index.json):

ignixa-matrix merge --results ./reports --out ./matrix \
  --commit "$(git rev-parse HEAD)" --branch main

Behavior

  • run exits non-zero when any test fails or errors — an engine or transport error is never reported as a pass. Crashed scripts are recorded as error cells rather than aborting the run, and parse warnings are printed per file.
  • --fhir-version sets the fhirVersion parameter on the Accept header for version-gated suites.
  • merge replaces an existing run with the same id instead of duplicating it, and refuses to proceed when a report file is unreadable.

Built on the Ignixa.TestScript execution engine.

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

This package has no dependencies.

Version Downloads Last Updated
0.6.74-beta 75 9/3/2026
0.6.73-beta 68 9/2/2026
0.6.68-beta 80 8/24/2026
0.6.41-beta 81 7/27/2026
0.6.28-beta 77 7/22/2026
0.6.19-beta 88 7/12/2026
0.6.7-beta 85 7/9/2026
0.6.4-beta 95 7/5/2026
0.5.13-beta 88 7/3/2026
0.5.11-beta 76 7/2/2026
0.5.6-beta 89 6/17/2026
0.5.2-beta 77 6/16/2026
0.5.0-beta 86 6/15/2026