Conversation
After stryker-mutator/stryker-net#3327 (comment) got implemented, re-enable stryker mutation testing
There was a problem hiding this comment.
Pull request overview
This PR re-enables mutation testing for the project by updating the Stryker.NET version and toggling the mutation test flag. The changes address a previously blocking issue that has been resolved upstream.
Key Changes:
- Re-enabled mutation testing by setting
DisableMutationTeststofalse - Updated Stryker.NET tool version from 4.7.0 to 4.9.0
Test Results 14 files ± 0 14 suites ±0 5m 22s ⏱️ +36s Results for commit 893f6c0. ± Comparison against base commit 8e21298. This pull request removes 2 and adds 23 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
🚀 Benchmark ResultsDetails
|
|
|
This is addressed in release v0.49.0. |



This PR re-enables mutation testing for the project by updating the Stryker.NET version and toggling the mutation test flag. The changes address a previously blocking issue that has been resolved upstream.
Key Changes
DisableMutationTeststofalseThis update depends on the implementation of stryker-mutator/stryker-net#3327 (comment) and stryker-mutator/stryker-net#3353.