stryker-mutator / stryker-net

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

fix(null-forgiving operator): Mutation leak with SuppressNullableWarningSyntax constructs (!.) #2826

Closed dupdob closed 5 months ago

dupdob commented 6 months ago

Fix issue #2825

richardwerkman commented 5 months ago

Fix looks good! If it's confirmed this solves the issue I'm fine with merging this

dupdob commented 5 months ago

There is already a (new) unit test that does not pass on head but (obviously) does in my PR. So it does fix an existing bug. Shall I ask the author of the issue to try this branch on their own project for confirmation?

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud