79220346

Date: 2024-11-24 14:59:47
Score: 4
Natty:
Report link

Thanks Hans Passant for comment. Solution available at this link: https://developercommunity.visualstudio.com/t/unused-private-member-IDE0051-fading-e/10781612

To disable the rule for your entire project, add the following to your

.editorconfig file:

[*.{cs,vb}]
dotnet_diagnostic.IDE0051.severity = none
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): this link
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Eugene