Running Stryker on a large .NET / core solution

/ 07 Oct, 2019

Stryker cannot run for an entire solution with multiple test projects, so we need to help it a little and run each project by itself and then join the results. This post explains how to do this and shares the code on GitHub.