Metalama.Extensions.DiffEngine 2026.1.0-preview

Prefix Reserved
This is a prerelease version of Metalama.Extensions.DiffEngine.
dotnet add package Metalama.Extensions.DiffEngine --version 2026.1.0-preview
                    
NuGet\Install-Package Metalama.Extensions.DiffEngine -Version 2026.1.0-preview
                    
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="Metalama.Extensions.DiffEngine" Version="2026.1.0-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Metalama.Extensions.DiffEngine" Version="2026.1.0-preview" />
                    
Directory.Packages.props
<PackageReference Include="Metalama.Extensions.DiffEngine" />
                    
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 Metalama.Extensions.DiffEngine --version 2026.1.0-preview
                    
#r "nuget: Metalama.Extensions.DiffEngine, 2026.1.0-preview"
                    
#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 Metalama.Extensions.DiffEngine@2026.1.0-preview
                    
#: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=Metalama.Extensions.DiffEngine&version=2026.1.0-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Metalama.Extensions.DiffEngine&version=2026.1.0-preview&prerelease
                    
Install as a Cake Tool

Metalama.Extensions.DiffEngine

This package provides optional diff tool integration for the Metalama aspect testing framework.

Installation

Add a reference to this package in your test project:

<PackageReference Include="Metalama.Extensions.DiffEngine" />

Features

When this package is referenced, the Metalama test framework will automatically launch your configured diff tool when test output differs from expected output. This helps you quickly identify and accept changes to expected output files.

Configuration

Configure diff tool behavior through the testRunner.json configuration file. To edit this file, use the Metalama CLI tool:

metalama config edit testRunner

This opens the configuration file with the following settings:

{
  "LaunchDiffTool": true,
  "MaxDiffToolInstances": 3
}

Without this package, tests work normally but diff tool features are silently disabled.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.1.0-preview 27 2/1/2026