Fix S2094 FP: Documentation using the DefaultDocumentation package #9062
Labels
Area: C#
C# rules related issues.
Area: VB.NET
VB.NET rules related issues.
Sprint: Hardening
Fix FPs/FNs/improvements
Type: False Positive
Rule IS triggered when it shouldn't be.
Milestone
Description
Rule S2094 should not raise when used to document assembly and namespaces with package DefaultDocumentation
Repro steps
According to the packages documentation, you can document your assembly like this:
And you can document your namespace like this:
Expected behavior
I expect rule S2094 not to raise in such cases..
Actual behavior
Rule S2094 raises an issue.
The text was updated successfully, but these errors were encountered: