From 1d74f7f896c6c15c3f9688e42f7f614e2f8224ba Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 22 Feb 2022 14:39:54 +0000 Subject: [PATCH] Add Stryker tool https://stryker-mutator.io/ --- .config/dotnet-tools.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .config/dotnet-tools.json diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 0000000..f3d2ce3 --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,12 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-stryker": { + "version": "1.3.1", + "commands": [ + "dotnet-stryker" + ] + } + } +} \ No newline at end of file