From 174e34e9a92535728901cd421c0aa10169c751bb Mon Sep 17 00:00:00 2001 From: martincostello Date: Wed, 18 Sep 2024 11:52:51 +0100 Subject: [PATCH] Enable dev mode Enable dev mode for Stryker to try and work out why Polly.Specs mutation tests are failing. --- eng/stryker-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/stryker-config.json b/eng/stryker-config.json index fe485b07db4..278f49f9044 100644 --- a/eng/stryker-config.json +++ b/eng/stryker-config.json @@ -19,6 +19,7 @@ "statement" ], "configuration": "Debug", + "dev-mode": true, "target-framework": "net8.0", "thresholds": { "high": 100,