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

`Feat` | Blacklist for mutation span kinds #2714

Closed Andreas02-dev closed 11 months ago

Andreas02-dev commented 11 months ago

Check whether the location of the mutation is in a Using or in a Comment, if so then the mutation location will not be shown correctly and we should fail the run.

Related to #1196

Andreas02-dev commented 11 months ago

@richardwerkman Is there a reason why CheckReportTestCounts isn't called in the NetFullFramework test?

richardwerkman commented 11 months ago

Congrats on your first contribution! :)