stryker-mutator / stryker-net

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

Enable filtering null-conditional method invocations by name #2657

Closed pentp closed 1 year ago

pentp commented 1 year ago

Fixes #2653

dupdob commented 1 year ago

thanks for the PR. It clarifies the issue: the problem is specific to the statement mutator, and the fact that existing unit test are no longer adapted.

richardwerkman commented 1 year ago

Thanks for the contribution! This seems like the perfect fix for the issue. I'll merge and this should be a part of the next version of Stryker.