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: support generic method calls for ignoremethodfilter #2918

Closed dupdob closed 2 months ago

dupdob commented 2 months ago

Ensure (explicit) generic method calls (such as ToList<int>()) are supported by the IgnoreMethodFilter. To be more specific, type specifications are simply ignored: ToList<int>() is dealt with as if it was simply ToList().

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

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

See analysis details on SonarCloud