Suppress warnings when encountering <include> when possible
Open
Area-Analyzers
Feature Request
- Dominant language
- C#
- Stars
- 3.5k
- Forks
- 294
- Avg merge
- 2h 30m
- Merged PRs (30d)
- 4
Description
Like #58 but instead spans to
Is is possible to have the warnings that are suppressed in aforementioned issue be also suppressed when encountering but only if possible with specific scenarios:
Included doc brings in missing doc tags that warnings are being thrown for (may require parsing the included XML file and follow XPath)
Throw warnings when included documentation misses stuff (like summary, paramrefs, etc).
Contributor guide
Assessment
This issue has not been assessed yet.