Add Stryker tool

https://stryker-mutator.io/
This commit is contained in:
Oliver Booth 2022-02-22 14:39:54 +00:00
parent f9b4c56f05
commit 1d74f7f896
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 12 additions and 0 deletions

12
.config/dotnet-tools.json Normal file
View File

@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-stryker": {
"version": "1.3.1",
"commands": [
"dotnet-stryker"
]
}
}
}