Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 1.24 KB

Microsoft.CodeAnalysis.BannedApiAnalyzers.md

File metadata and controls

6 lines (5 loc) · 1.24 KB
Rule ID Title Category Enabled Severity CodeFix Description
RS0030 Do not used banned APIs ApiDesign True Warning False The symbol has been marked as banned in this project, and an alternate should be used instead.
RS0031 The list of banned symbols contains a duplicate ApiDesign True Warning False The list of banned symbols contains a duplicate.
RS0035 External access to internal symbols outside the restricted namespace(s) is prohibited ApiDesign True Error 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.