stryker 4.5.1

Prefix Reserved
dotnet add package stryker --version 4.5.1                
NuGet\Install-Package stryker -Version 4.5.1                
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="stryker" Version="4.5.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add stryker --version 4.5.1                
#r "nuget: stryker, 4.5.1"                
#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.
// Install stryker as a Cake Addin
#addin nuget:?package=stryker&version=4.5.1

// Install stryker as a Cake Tool
#tool nuget:?package=stryker&version=4.5.1                

Nuget Nuget Azure DevOps build Azure DevOps tests Mutation testing badge Slack

Stryker.NET

Professor X: For someone who hates mutants... you certainly keep some strange company. William Stryker: Oh, they serve their purpose... as long as they can be controlled.

Introduction

Stryker offers mutation testing for your .NET Core and .NET Framework projects. It allows you to test your tests by temporarily inserting bugs in your source code.

For an introduction to mutation testing and Stryker's features, see stryker-mutator.io. Looking for mutation testing in JavaScript & Typescript or Scala?

Compatibility

Minimum target version:

  • dotnet core 1.1
  • dotnet framework 4.5
  • dotnet standard 1.3

Tested against:

  • dotnet core 3.1
  • dotnet framework 4.8

Getting started

dotnet tool install -g dotnet-stryker
cd /my/unit/test/project/folder
dotnet stryker

For more information read our getting started.

Documentation

For the full documentation on how to use Stryker.NET, see our configuration docs.

Migrating

Coming from a previous version of Stryker.NET? Take a look at our migration guide.

Supported Mutations

For the full list of all available mutations, see the mutations docs.

Supported Reporters

For the full list of all available reporters, see the reporter docs.

Contributing

Want to help develop Stryker.NET? Check out our contribution guide.

Issues for the HTML report should be issued at mutation-testing-elements.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
4.5.1 230 2/4/2025
4.5.0 208 1/3/2025
4.4.1 226 11/11/2024
4.4.0 81 11/8/2024
4.3.0 181 10/14/2024
4.2.0 195 9/13/2024
4.1.0 281 7/8/2024
4.0.6 213 5/25/2024
4.0.5 178 4/26/2024
4.0.4 213 4/5/2024
4.0.3 125 3/29/2024
4.0.2 144 3/20/2024
4.0.1 145 3/15/2024
4.0.0 229 2/16/2024
3.13.2 207 1/25/2024
3.13.1 182 1/5/2024
3.13.0 178 12/22/2023
3.12.0 262 11/22/2023
3.11.1 199 10/31/2023
3.11.0 158 10/27/2023
3.10.0 455 7/28/2023
3.9.2 373 6/9/2023
3.9.1 215 6/9/2023
3.9.0 262 5/12/2023
3.8.2 250 5/7/2023
3.8.1 223 5/5/2023
3.8.0 269 5/4/2023
3.7.1 464 3/23/2023
3.7.0 333 3/20/2023
3.6.1 419 2/17/2023
3.6.0 376 2/10/2023
3.5.1 400 2/6/2023
3.5.0 368 2/6/2023
3.4.0 468 12/23/2022
3.3.0 432 12/9/2022
3.2.0 485 11/21/2022
3.1.0 483 11/11/2022
3.0.1 1,265 9/16/2022
3.0.0 544 9/7/2022
2.2.0 596 8/22/2022
2.1.2 599 8/5/2022
2.1.1 547 8/3/2022
2.1.0 584 7/26/2022
2.0.0 771 6/1/2022
1.5.3 762 5/3/2022
1.5.2 658 4/21/2022
1.5.1 662 4/12/2022
1.5.0 708 3/15/2022
1.4.2 662 3/5/2022
1.4.0 720 3/2/2022
1.3.1 1,018 1/21/2022
1.3.0 724 1/20/2022
1.2.2 536 1/11/2022
1.2.1 433 12/15/2021
1.2.0 438 12/10/2021
1.1.0 494 11/16/2021
1.0.1 531 11/2/2021
1.0.0 586 10/30/2021
1.0.0-rc3 241 9/19/2021
1.0.0-rc2 300 9/10/2021
1.0.0-rc1 242 9/6/2021
0.22.11 584 9/17/2021
0.22.10 503 8/25/2021
0.22.9 464 8/3/2021
0.22.8 537 7/26/2021
0.22.7 502 7/10/2021
0.22.6 509 6/30/2021
0.22.5 513 6/22/2021
0.22.4 464 5/14/2021
0.22.3 524 4/17/2021
0.22.2 521 4/15/2021
0.22.1 561 3/22/2021
0.22.0 574 3/5/2021
0.21.1 587 1/23/2021
0.21.0 557 1/20/2021
0.20.0 679 10/19/2020
0.19.0 592 9/4/2020
0.18.0 686 5/7/2020
0.17.1 636 3/24/2020
0.17.0 703 3/21/2020
0.16.1 729 2/21/2020
0.16.0 726 2/8/2020
0.15.0 648 12/20/2019
0.14.3 664 12/5/2019
0.14.2 674 11/28/2019
0.14.1 680 11/20/2019
0.14.0 683 11/15/2019
0.13.0 804 9/6/2019
0.12.0 762 7/1/2019
0.11.0 736 5/10/2019
0.10.0 867 4/5/2019
0.10.0-rc2 504 3/20/2019
0.10.0-rc1 499 3/15/2019