sonar-dotnet
sonar-dotnet copied to clipboard
NET-1970 Fix S1172 FN: Rule should handle all accessibilities
Description
Currently, the rule will report an issue only on effectively private methods. The idea of this improvement is to report on methods whatever their accessibility.
TODO
- RSPEC should be updated
- Implementation should match new spec
- Issues on Peach should be reviewed to ensure the FP ratio is good enough
Note that the current documentation doesn't mention this limitation.
Internal ticket NET-1970