mutannot 0.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global mutannot --version 0.5.0
                    
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 mutannot --version 0.5.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=mutannot&version=0.5.0
                    
nuke :add-package mutannot --version 0.5.0
                    

mutannot

This lets you write the mutations that should cause a test to fail directly into your test code, to make it easier to understand the thinking behind a test.

To use it, install the Mutannot.Annotations NuGet package (or add a copy of the attribute manually if you prefer no dependency), annotate test methods or test types with git patches, and then run mutannot run [path/to/testproject.csproj|fsproj].

Check out the example.

Usage:

USAGE: mutannot [--help] [<subcommand> [<options>]]

SUBCOMMANDS:

    run <options>         run mutations for path/to/testproject.csproj|fsproj.
    annotate-type <options>
                          annotate an F# type with a ShouldCatch attribute from a git diff.

    Use 'mutannot <subcommand> --help' for additional information.

OPTIONS:

    --help                display this list of options.
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.12.0 2,681 8/9/2026
0.11.0 543 8/3/2026
0.10.0 111 8/2/2026
0.9.0 122 7/31/2026
0.8.0 110 7/30/2026
0.7.1 111 7/26/2026
0.7.0 746 7/24/2026
0.6.0 100 7/23/2026
0.5.0 108 7/23/2026
0.4.0 667 7/14/2026
0.3.0 110 7/10/2026
0.2.0 118 7/9/2026
0.1.0 114 7/9/2026