Duplicated Annotation
Warns about duplicated annotations.
NEW! This inspection is only available in pre-release builds.
Reasoning
Rubberduck annotations should not be specified more than once for a given module, member, variable, or expression.
Default severity
Error
Inspection type
RubberduckOpportunities
QuickFixes
The following quickfixes are available for this inspection:
Examples
This example should trigger a result
This example should NOT trigger a result
Rubberduck.CodeAnalysis.Inspections.Concrete.DuplicatedAnnotationInspection.cs (Prerelease-v2.5.2.6174)