Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 1.22 KB

Microsoft.CodeAnalysis.BannedApiAnalyzers.md

File metadata and controls

6 lines (5 loc) · 1.22 KB
Sr. No. Rule ID Title Category Enabled CodeFix Description
1 RS0030 Do not used banned APIs ApiDesign True False The symbol has been marked as banned in this project, and an alternate should be used instead.
2 RS0031 The list of banned symbols contains a duplicate ApiDesign True False The list of banned symbols contains a duplicate.
3 RS0035 External access to internal symbols outside the restricted namespace(s) is prohibited ApiDesign True False RestrictedInternalsVisibleToAttribute enables a restricted version of InternalsVisibleToAttribute that limits access to internal symbols to those within specified namespaces. Each referencing assembly can only access internal symbols defined in the restricted namespaces that the referenced assembly allows.