{ "$schema": "https://raw.githubusercontent.com/stryker-mutator/stryker-net/master/src/Stryker.Core/Stryker.Core/assets/stryker-config.schema.json", "stryker-config": { "project": "StellaOps.Attestor.csproj", "test-project": "../__Tests/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj", "solution": "../../../../StellaOps.Router.slnx", "thresholds": { "high": 80, "low": 65, "break": 55 }, "mutate": [ "**/*.cs", "!**/obj/**", "!**/bin/**", "!**/Migrations/**" ], "excluded-mutations": [ "String" ], "ignore-mutations": [ "Linq.FirstOrDefault", "Linq.SingleOrDefault" ], "reporters": [ "html", "json", "progress" ], "concurrency": 4, "log-to-file": true, "dashboard-compare-enabled": true } }