Suppressions for CA1811:AvoidUncalledPrivateCode should be respected by IDE0051 #33314
Labels
Area-Analyzers
Feature Request
Resolution-Won't Fix
A real bug, but Triage feels that the issue is not impactful enough to spend time on.
Milestone
CPS code base has a bunch of "unused" things that look like this:
For these we get IDE0051:
IDE0051 is exactly the same rule as CA1811, except that it has been removed to the Roslyn tree and renamed. In FxCop days, when we merged rules, we had a mapping table so that existing suppressions would be respected by the new rule. Roslyn should have the same thing.
CPS code base has over 200 instances of this.
The text was updated successfully, but these errors were encountered: