VOOZH about

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

⇱ NuGet Gallery | stryker 4.14.2



dotnet add package stryker --version 4.14.2
 
 
NuGet\Install-Package stryker -Version 4.14.2
 
 
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.14.2" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="stryker" Version="4.14.2" />
 
Directory.Packages.props
<PackageReference Include="stryker" />
 
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 stryker --version 4.14.2
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: stryker, 4.14.2"
 
 
#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 stryker@4.14.2
 
 
#: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=stryker&version=4.14.2
 
Install as a Cake Addin
#tool nuget:?package=stryker&version=4.14.2
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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

👁 S
tryker.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 .

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

Star History

<a href="https://www.star-history.com/#stryker-mutator/stryker-net&type=date&legend=top-left"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=stryker-mutator/stryker-net&type=date&theme=dark&legend=top-left" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=stryker-mutator/stryker-net&type=date&legend=top-left" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=stryker-mutator/stryker-net&type=date&legend=top-left" /> </picture> </a>

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 was computed.  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 was computed.  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

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.14.2 109 5/18/2026
4.14.1 185 4/10/2026
4.14.0 163 3/16/2026
4.13.0 140 3/4/2026
4.12.0 200 2/2/2026
4.11.0 201 1/9/2026
4.10.0 167 1/4/2026
4.9.2 155 12/29/2025
4.9.1 239 12/21/2025
4.9.0 330 12/17/2025
4.8.1 525 8/24/2025
4.8.0 374 8/6/2025
4.7.0 377 7/8/2025
4.6.0 341 6/6/2025
4.5.1 611 2/4/2025
4.5.0 459 1/3/2025
4.4.1 381 11/11/2024
4.4.0 254 11/8/2024
4.3.0 352 10/14/2024
4.2.0 385 9/13/2024
Loading failed