Skip to content

False Positive Warning for IDE0079 Remove Unneccessary Suppression #47288

@vsfeedback

Description

@vsfeedback

This issue has been moved from a ticket on Developer Community.


[severity:I'm somewhat annoyed. A fix would be nice] [regression] [worked-in:16.7]
I use the SuppressMessageAttribute to suppress certain Resharper warnings. Visual Studio 2019 16.8.0 preview 2 is incorrectly suggesting that these attributes can be removed because they are not used. In fact, they are being used by Resharper.

[SuppressMessage("ReSharper", "UnusedMember.Global", Justification = "For future use.")]

Would it be possible to check the category and not step on Resharper's SuppressMessage attributes?


Original Comments

Feedback Bot on 8/30/2020, 08:05 PM:

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.


Original Solutions

(no solutions)

Metadata

Metadata

Assignees

Labels

Area-IDEDeveloper CommunityThe issue was originally reported on https://developercommunity.visualstudio.comFeature RequestResolution-FixedThe bug has been fixed and/or the requested behavior has been implemented

Type

No type

Projects

Status

Complete

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions