stryker-mutator / stryker-net

Mutation testing for .NET core and .NET framework!
https://stryker-mutator.io
Apache License 2.0
1.76k stars 175 forks source link

Correctly add test projects to strykerOptions TestProjects in solution mode for use in filters #2749

Closed MischaVreeburg closed 2 months ago

MischaVreeburg commented 9 months ago

The Since filter bases the testproject detection on the strykerOptions TestProjects property. This is currently not being filled in solution mode.

This PR fixes this issue and addresses issue: https://github.com/stryker-mutator/stryker-net/issues/2748

rouke-broersma commented 2 months ago

Thank you for contributing a potential fix for this problem. This has been superseded by #2928